public class WSPropertyDefinition
extends java.lang.Object
Constructor and Description |
---|
WSPropertyDefinition(at.finkzeit.zsw.server.persistence.model.PropertyDef wrappedObj) |
Modifier and Type | Method and Description |
---|---|
int |
getAdditionalValue() |
java.util.List<WSKeyValue> |
getExtraValues() |
int |
getHeightHint() |
java.lang.Long |
getId()
kept for backwards compatibility
|
int[] |
getLinkInfos() |
java.lang.String |
getName() |
int |
getPropKey() |
java.lang.String |
getScriptVariable() |
int |
getStoreMode() |
int[] |
getValidLinkTypes() |
int |
getValueHint() |
int |
getValueLinkType() |
int |
getValueType() |
boolean |
isRelation() |
public WSPropertyDefinition(at.finkzeit.zsw.server.persistence.model.PropertyDef wrappedObj)
public java.util.List<WSKeyValue> getExtraValues()
public int getValueLinkType()
public java.lang.Long getId()
public java.lang.String getName()
public int getValueType()
public int getPropKey()
public int[] getValidLinkTypes()
public int[] getLinkInfos()
public int getStoreMode()
public java.lang.String getScriptVariable()
public int getHeightHint()
public int getValueHint()
public int getAdditionalValue()
public boolean isRelation()