Package wt.preference

Class AbstractPreference

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.preference._AbstractPreference
wt.preference.AbstractPreference
All Implemented Interfaces:
com.ptc.windchill.bac._BACManaged, com.ptc.windchill.bac.BACManaged, Externalizable, Serializable, Comparable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification
Direct Known Subclasses:
wt.preference._PreferenceCategory, wt.preference._PreferenceClient, wt.preference._PreferenceDefinition

@GenAsPersistable(superClass=WTObject.class,interfaces={java.lang.Comparable.class,com.ptc.windchill.bac.BACManaged.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Uniquely identifying internal name",constraints=@PropertyConstraints(upperLimit=450,required=true),columnProperties=@ColumnProperties(unique=true)),@GeneratedProperty(name="displayName",type=java.lang.String.class,javaDoc="This is the localized name of the preference that the user will see in the GUI",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="shortDescription",type=java.lang.String.class,javaDoc="This is the localized short description of the preference that the user will see in the GUI")}) public abstract class AbstractPreference extends wt.preference._AbstractPreference


Supported API: true

Extendable: false
See Also: