public class MboValueInfoStaticBase extends CachedObject implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
MboValueInfoStaticBase(long uniqueID) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getAttributeName()
Return the attribute name.
|
java.lang.String |
getCacheName()
The repository name.
|
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.
|
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.
|
void |
setComplexexpression(java.lang.String string) |
void |
setFromMboValueInfo(MboValueInfo mvi)
Set the object based on the MboValueInfo object.
|
void |
setTextdirection(java.lang.String string) |
addToRepository, getClonedInfo, getID, getReference, getTenantId, isLoaded, isMasterInfo, isSameTenantAsReference, setID, setReference, setTenantId, 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 void setFromMboValueInfo(MboValueInfo mvi)
mvi
- 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 void setTextdirection(java.lang.String string)
public java.lang.String getComplexexpression()
public void setComplexexpression(java.lang.String string)
public java.lang.String getClassName()
public java.lang.String getCacheName()
getCacheName
in class CachedObject