public class MboValueInfoStatic extends CachedObjectPointer implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
MboValueInfoStatic(long id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getAttributeName()
Return the attribute name.
|
java.lang.String |
getCacheName() |
java.lang.String |
getClassName()
Return the class name.
|
java.lang.String |
getComplexexpression() |
java.lang.String |
getEntityColumnName() |
java.lang.String |
getEntityName()
Returns the entity name of the object that this mbo value belongs to.
|
int |
getLength()
Maximum length of the field.
|
int |
getLength(boolean addSeparators) |
java.lang.String |
getObjectName()
Return the object name of the object this mbo value belongs to.
|
MboValueInfoStaticBase |
getReference()
Get the MboValueInfoStaticBase for setting the value.
|
MboValueInfoStaticBase |
getReferenceForSet()
Get the MboValueInfoStaticBase for getting the value.
|
java.lang.String |
getRemarks() |
int |
getScale()
scale of the field.
|
int |
getSearchTypeAsInt() |
java.lang.String |
getTextdirection() |
java.lang.String |
getTitle() |
int |
getTypeAsInt()
Return the type of the object as an Int value.
|
boolean |
hasLongDescription() |
boolean |
isExtended()
Returns true if the field is extended and false otherwise.
|
boolean |
isNumeric()
Returns true of field is defined as a numeric type
|
boolean |
isPersistent()
Returns true if the field is persistent and false otherwise.
|
getClonedInfo, getID, getParent, getReference, getReferenceForSet, isSameTenantAsReference, setID, setParent, setReference, setTenantReference
public java.lang.String getRemarks()
public java.lang.String getTitle()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public MboValueInfoStaticBase getReferenceForSet()
public MboValueInfoStaticBase getReference()
public int getTypeAsInt()
public int getLength()
public int getLength(boolean addSeparators)
public int getScale()
public boolean isNumeric()
public boolean isPersistent()
public boolean isExtended()
public java.lang.String getAttributeName()
public java.lang.String getObjectName()
public java.lang.String getEntityName()
public java.lang.String getEntityColumnName()
public boolean hasLongDescription()
public int getSearchTypeAsInt()
public java.lang.String getTextdirection()
public java.lang.String getComplexexpression()
public java.lang.String getClassName()
public java.lang.String getCacheName()
getCacheName
in class CachedObjectPointer