public class MemberAttributeInfo extends Object implements Mapable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
arrayKeyFieldName |
protected int |
classId |
protected String |
defaultValue |
protected String |
editor |
protected String |
fieldName |
protected boolean |
foreignKey |
protected int |
foreignKeyClassId |
protected String |
fromString |
protected int |
id |
protected boolean |
indexed |
protected boolean |
isArray |
protected String |
name |
protected boolean |
optional |
protected int |
position |
protected boolean |
substitute |
protected String |
toString |
protected int |
typeId |
protected boolean |
visible |
| Constructor and Description |
|---|
MemberAttributeInfo()
Creates a new MemberAttributeInfo object.
|
MemberAttributeInfo(int id,
int classId,
int typeId,
String name,
String fieldName,
boolean foreignKey,
boolean substitute,
int foreignKeyClassId,
boolean visible,
boolean indexed,
boolean isArray,
String arrayKeyFieldName,
String fromString,
String toString,
int position)
Creates a new instance of MemberAttributeInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
constructKey(Mapable m)
DOCUMENT ME!
|
String |
getArrayKeyFieldName()
Getter for property arrayKeyFieldName.
|
int |
getClassId()
Getter for property classId.
|
String |
getComplexEditor()
DOCUMENT ME!
|
String |
getDefaultValue()
DOCUMENT ME!
|
String |
getEditor()
Getter for property editor.
|
String |
getFieldName()
Getter for property fieldName.
|
int |
getForeignKeyClassId()
Getter for property foreignKeyClassId.
|
String |
getFromString()
DOCUMENT ME!
|
int |
getId()
Getter for property id.
|
String |
getJavaclassname()
DOCUMENT ME!
|
Object |
getKey()
DOCUMENT ME!
|
String |
getName()
Getter for property name.
|
int |
getPosition()
DOCUMENT ME!
|
String |
getRenderer()
DOCUMENT ME!
|
String |
getToString()
Getter for property renderer.
|
int |
getTypeId()
Getter for property typeId.
|
boolean |
isArray()
Getter for property isArray.
|
boolean |
isExtensionAttribute()
DOCUMENT ME!
|
boolean |
isForeignKey()
Getter for property foreignKey.
|
boolean |
isIndexed()
Getter for property indexed.
|
boolean |
isOptional()
DOCUMENT ME!
|
boolean |
isSubstitute()
Getter for property substitute.
|
boolean |
isVirtual()
DOCUMENT ME!
|
boolean |
isVisible()
Getter for property visible.
|
void |
setArrayKeyFieldName(String arrayKeyFieldName)
Setter for property arrayKeyFieldName.
|
void |
setClassId(int classId)
Setter for property classId.
|
void |
setComplexEditor(String complexEditor)
DOCUMENT ME!
|
void |
setDefaultValue(String defaultValue)
DOCUMENT ME!
|
void |
setEditor(String editor)
Setter for property editor.
|
void |
setExtensionAttribute(boolean extensionAttribute)
DOCUMENT ME!
|
void |
setFieldName(String fieldName)
Setter for property fieldName.
|
void |
setForeignKey(boolean foreignKey)
Setter for property foreignKey.
|
void |
setForeignKeyClassId(int foreignKeyClassId)
Setter for property foreignKeyClassId.
|
void |
setFromString(String fromString)
DOCUMENT ME!
|
void |
setId(int id)
Setter for property id.
|
void |
setIndexed(boolean indexed)
Setter for property indexed.
|
void |
setIsArray(boolean isArray)
Setter for property isArray.
|
void |
setJavaclassname(String javaclassname)
DOCUMENT ME!
|
void |
setName(String name)
Setter for property name.
|
void |
setOptional(boolean optional)
DOCUMENT ME!
|
void |
setPosition(int position)
DOCUMENT ME!
|
void |
setRenderer(String renderer)
DOCUMENT ME!
|
void |
setSubstitute(boolean substitute)
Setter for property substitute.
|
void |
setToString(String toString)
Setter for property renderer.
|
void |
setTypeId(int typeId)
Setter for property typeId.
|
void |
setVirtual(boolean virtual)
DOCUMENT ME!
|
void |
setVisible(boolean visible)
Setter for property visible.
|
protected int id
protected int classId
protected int typeId
protected String name
protected String fieldName
protected boolean foreignKey
protected boolean substitute
protected int foreignKeyClassId
protected String arrayKeyFieldName
protected boolean visible
protected boolean indexed
protected boolean isArray
protected String editor
protected String toString
protected String defaultValue
protected boolean optional
protected String fromString
protected int position
public MemberAttributeInfo()
public MemberAttributeInfo(int id,
int classId,
int typeId,
String name,
String fieldName,
boolean foreignKey,
boolean substitute,
int foreignKeyClassId,
boolean visible,
boolean indexed,
boolean isArray,
String arrayKeyFieldName,
String fromString,
String toString,
int position)
id - DOCUMENT ME!classId - DOCUMENT ME!typeId - DOCUMENT ME!name - DOCUMENT ME!fieldName - DOCUMENT ME!foreignKey - DOCUMENT ME!substitute - DOCUMENT ME!foreignKeyClassId - DOCUMENT ME!visible - DOCUMENT ME!indexed - DOCUMENT ME!isArray - DOCUMENT ME!arrayKeyFieldName - DOCUMENT ME!fromString - DOCUMENT ME!toString - DOCUMENT ME!position - DOCUMENT ME!public String getFieldName()
public void setFieldName(String fieldName)
fieldName - New value of property fieldName.public boolean isForeignKey()
public void setForeignKey(boolean foreignKey)
foreignKey - New value of property foreignKey.public int getForeignKeyClassId()
public void setForeignKeyClassId(int foreignKeyClassId)
foreignKeyClassId - New value of property foreignKeyClassId.public boolean isIndexed()
public void setIndexed(boolean indexed)
indexed - New value of property indexed.public boolean isSubstitute()
public void setSubstitute(boolean substitute)
substitute - New value of property substitute.public int getTypeId()
public void setTypeId(int typeId)
typeId - New value of property typeId.public boolean isVisible()
public void setVisible(boolean visible)
visible - New value of property visible.public Object constructKey(Mapable m)
MapableconstructKey in interface Mapablem - DOCUMENT ME!public String getName()
public void setName(String name)
name - New value of property name.public int getId()
public void setId(int id)
id - New value of property id.public int getClassId()
public void setClassId(int classId)
classId - New value of property classId.public boolean isArray()
public void setIsArray(boolean isArray)
isArray - New value of property isArray.public String getArrayKeyFieldName()
public void setArrayKeyFieldName(String arrayKeyFieldName)
arrayKeyFieldName - New value of property arrayKeyFieldName.public String getEditor()
public void setEditor(String editor)
editor - New value of property editor.public String getToString()
public void setToString(String toString)
toString - renderer New value of property renderer.public boolean isOptional()
public void setOptional(boolean optional)
optional - DOCUMENT ME!public String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - DOCUMENT ME!public String getFromString()
public void setFromString(String fromString)
fromString - DOCUMENT ME!public int getPosition()
public void setPosition(int position)
position - DOCUMENT ME!public String getComplexEditor()
public void setComplexEditor(String complexEditor)
complexEditor - DOCUMENT ME!public String getRenderer()
public void setRenderer(String renderer)
renderer - DOCUMENT ME!public String getJavaclassname()
public void setJavaclassname(String javaclassname)
javaclassname - DOCUMENT ME!public boolean isExtensionAttribute()
public void setExtensionAttribute(boolean extensionAttribute)
extensionAttribute - DOCUMENT ME!public boolean isVirtual()
public void setVirtual(boolean virtual)
virtual - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.