public class WSBdeCustomPropertyDefinition
extends java.lang.Object
Constructor and Description |
---|
WSBdeCustomPropertyDefinition() |
WSBdeCustomPropertyDefinition(at.finkzeit.zsw.server.persistence.others.BdeCustomPropertyDefinition wrappedObj) |
Modifier and Type | Method and Description |
---|---|
long |
getDivisor() |
java.util.List<WSKeyValue> |
getExtraValues() |
java.lang.String |
getFormat() |
int |
getId() |
int |
getLinkInfo() |
int |
getLinkType() |
java.lang.String |
getName() |
int |
getType() |
java.lang.String |
getUnit() |
java.lang.String |
getVariable() |
boolean |
isBookable() |
boolean |
isCombine() |
boolean |
isRecalcOnChange() |
boolean |
isSingleton() |
public WSBdeCustomPropertyDefinition()
public WSBdeCustomPropertyDefinition(at.finkzeit.zsw.server.persistence.others.BdeCustomPropertyDefinition wrappedObj)
public java.util.List<WSKeyValue> getExtraValues()
public int getId()
public java.lang.String getName()
public int getType()
public long getDivisor()
public java.lang.String getUnit()
public java.lang.String getFormat()
public int getLinkType()
public int getLinkInfo()
public boolean isSingleton()
public java.lang.String getVariable()
public boolean isCombine()
public boolean isRecalcOnChange()
public boolean isBookable()