public class PropertyInfo
extends java.lang.Object
Constructor and Description |
---|
PropertyInfo() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAttachmentData() |
java.lang.String |
getAttachmentName() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
java.lang.String |
getVariableName() |
boolean |
isExcludedForUpdateMode() |
boolean |
isKey() |
boolean |
isKeyNullable() |
java.lang.Boolean |
IsUpdatable() |
boolean |
IsXml() |
void |
setAttachmentData(byte[] attachmentData) |
void |
setAttachmentName(java.lang.String attachmentName) |
void |
setExcludedForUpdateMode(boolean excludeForUpdateMode) |
void |
setKey(boolean isKey) |
void |
setKeyNullable(boolean isKeyNullable) |
void |
setName(java.lang.String name) |
void |
setUpdatable(java.lang.Boolean isUpdatable) |
void |
setValue(java.lang.String value) |
void |
setVariableName(java.lang.String variableName) |
void |
setXml(boolean isXml) |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
public java.lang.String getAttachmentName()
public void setAttachmentName(java.lang.String attachmentName)
public byte[] getAttachmentData()
public void setAttachmentData(byte[] attachmentData)
public boolean isKey()
public void setKey(boolean isKey)
public boolean isKeyNullable()
public void setKeyNullable(boolean isKeyNullable)
public boolean isExcludedForUpdateMode()
public void setExcludedForUpdateMode(boolean excludeForUpdateMode)
public java.lang.Boolean IsUpdatable()
public void setUpdatable(java.lang.Boolean isUpdatable)
public boolean IsXml()
public void setXml(boolean isXml)