net.sf.oxclient.mappings.xml
Class Property
java.lang.Object
net.sf.oxclient.mappings.xml.Property
@Guarded
public class Property
- extends Object
- Author:
- Björn Voß
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property(@NotNull@NotEmpty
String name,
@Min(value=1L)@Max(value=806L)
int oxcolumn)
Property
public Property()
getName
public String getName()
- Returns:
- the name
getOxcolumnid
public int getOxcolumnid()
- Returns:
- the oxcolumn
setName
public void setName(@NotNull@NotEmpty
String name)
- Parameters:
name
- the name to set
setOxcolumnid
public void setOxcolumnid(@Min(value=1L)@Max(value=806L)
int oxcolumn)
- Parameters:
oxcolumn
- the oxcolumn to set
Copyright © 2007. All Rights Reserved.