|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.netmarkets.util.misc.NmModel
com.ptc.netmarkets.model.NmSoftAttribute
Supported API: false
Extendable: false
Field Summary | |
private ArrayList |
attributeIdentifiers
|
private static String |
CLASSNAME
|
private com.objectspace.jgl.HashMap |
constraints
|
private boolean |
create
|
private ArrayList |
dataTypes
|
private boolean |
excludeImmutable
|
static long |
EXTERNALIZATION_VERSION_UID
|
private ArrayList |
inputFields
|
private ArrayList |
labels
|
private Locale |
locale
|
private ArrayList |
localizedDisplayNames
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String |
type
|
private String |
typeInstanceIdentifierString
|
private ArrayList |
values
|
Fields inherited from class com.ptc.netmarkets.util.misc.NmModel |
|
Constructor Summary | |
NmSoftAttribute()
|
Method Summary | |
ArrayList |
getAttributeIdentifiers()
Gets the value of the attribute: attributeIdentifiers. |
protected com.objectspace.jgl.HashMap |
getConstraints()
Gets the value of the attribute: constraints. |
ArrayList |
getDataTypes()
Gets the value of the attribute: dataTypes. |
ArrayList |
getInputFields()
Gets the value of the attribute: inputFields. |
ArrayList |
getLabels()
Gets the value of the attribute: labels. |
Locale |
getLocale()
Gets the value of the attribute: locale. |
protected ArrayList |
getLocalizedDisplayNames()
Gets the value of the attribute: localizedDisplayNames. |
String |
getType()
Gets the value of the attribute: type. |
protected String |
getTypeInstanceIdentifierString()
Gets the value of the attribute: typeInstanceIdentifierString. |
protected ArrayList |
getValues()
Gets the value of the attribute: values. |
boolean |
isCreate()
Gets the value of the attribute: create. |
boolean |
isExcludeImmutable()
Gets the value of the attribute: excludeImmutable. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(NmSoftAttribute thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAttributeIdentifiers(ArrayList a_AttributeIdentifiers)
Sets the value of the attribute: attributeIdentifiers. |
protected void |
setConstraints(com.objectspace.jgl.HashMap a_Constraints)
Sets the value of the attribute: constraints. |
void |
setCreate(boolean a_Create)
Sets the value of the attribute: create. |
void |
setDataTypes(ArrayList a_DataTypes)
Sets the value of the attribute: dataTypes. |
void |
setExcludeImmutable(boolean a_ExcludeImmutable)
Sets the value of the attribute: excludeImmutable. |
void |
setInputFields(ArrayList a_InputFields)
Sets the value of the attribute: inputFields. |
void |
setLabels(ArrayList a_Labels)
Sets the value of the attribute: labels. |
void |
setLocale(Locale a_Locale)
Sets the value of the attribute: locale. |
protected void |
setLocalizedDisplayNames(ArrayList a_LocalizedDisplayNames)
Sets the value of the attribute: localizedDisplayNames. |
void |
setType(String a_Type)
Sets the value of the attribute: type. |
protected void |
setTypeInstanceIdentifierString(String a_TypeInstanceIdentifierString)
Sets the value of the attribute: typeInstanceIdentifierString. |
protected void |
setValues(ArrayList a_Values)
Sets the value of the attribute: values. |
private void |
typeInstanceIdentifierStringValidate(String a_TypeInstanceIdentifierString)
|
private void |
typeValidate(String a_Type)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.netmarkets.util.misc.NmModel |
getLastUpdate, getMessage, getModel, getNonSelectableRows, getRowStyles, getRowSytle, getViewMode, isCollapseable, isNonSelectableRow, readVersion, setCollapseable, setLastUpdate, setMessage, setNonSelectableRow, setNonSelectableRows, setRowStyles, setRowSytle, setViewMode, updateModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ArrayList attributeIdentifiers
private ArrayList dataTypes
private ArrayList inputFields
private ArrayList labels
private Locale locale
private boolean create
private boolean excludeImmutable
private String type
private com.objectspace.jgl.HashMap constraints
private ArrayList localizedDisplayNames
private String typeInstanceIdentifierString
private ArrayList values
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public NmSoftAttribute()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class NmModel
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class NmModel
input
-
IOException
ClassNotFoundException
protected boolean readVersion(NmSoftAttribute thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public ArrayList getAttributeIdentifiers()
public void setAttributeIdentifiers(ArrayList a_AttributeIdentifiers) throws WTPropertyVetoException
a_AttributeIdentifiers
-
WTPropertyVetoException
public ArrayList getDataTypes()
public void setDataTypes(ArrayList a_DataTypes) throws WTPropertyVetoException
a_DataTypes
-
WTPropertyVetoException
public ArrayList getInputFields()
public void setInputFields(ArrayList a_InputFields) throws WTPropertyVetoException
a_InputFields
-
WTPropertyVetoException
public ArrayList getLabels()
public void setLabels(ArrayList a_Labels) throws WTPropertyVetoException
a_Labels
-
WTPropertyVetoException
public Locale getLocale()
public void setLocale(Locale a_Locale) throws WTPropertyVetoException
a_Locale
-
WTPropertyVetoException
public boolean isCreate()
public void setCreate(boolean a_Create) throws WTPropertyVetoException
a_Create
-
WTPropertyVetoException
public boolean isExcludeImmutable()
public void setExcludeImmutable(boolean a_ExcludeImmutable) throws WTPropertyVetoException
a_ExcludeImmutable
-
WTPropertyVetoException
public String getType()
public void setType(String a_Type) throws WTPropertyVetoException
a_Type
-
WTPropertyVetoException
private void typeValidate(String a_Type) throws WTPropertyVetoException
a_Type
-
WTPropertyVetoException
protected com.objectspace.jgl.HashMap getConstraints()
protected void setConstraints(com.objectspace.jgl.HashMap a_Constraints) throws WTPropertyVetoException
a_Constraints
-
WTPropertyVetoException
protected ArrayList getLocalizedDisplayNames()
protected void setLocalizedDisplayNames(ArrayList a_LocalizedDisplayNames) throws WTPropertyVetoException
a_LocalizedDisplayNames
-
WTPropertyVetoException
protected String getTypeInstanceIdentifierString()
protected void setTypeInstanceIdentifierString(String a_TypeInstanceIdentifierString) throws WTPropertyVetoException
a_TypeInstanceIdentifierString
-
WTPropertyVetoException
private void typeInstanceIdentifierStringValidate(String a_TypeInstanceIdentifierString) throws WTPropertyVetoException
a_TypeInstanceIdentifierString
-
WTPropertyVetoException
protected ArrayList getValues()
protected void setValues(ArrayList a_Values) throws WTPropertyVetoException
a_Values
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |