|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.profile.Property
public final class Property
| Constructor Summary | |
|---|---|
Property(int _id,
java.lang.String _name,
int _type,
java.lang.Object _value,
int _picktype,
int _isHREF,
int _isMandatory,
int _isMultiValued,
int _isReadOnly,
int _isVisible,
int _refClassID,
java.lang.Object[][] _arrPickList)
|
|
| Method Summary | |
|---|---|
int |
GetID()
Gets the ID of this Property object. |
java.lang.String |
GetName()
Gets the name of this Property object. |
java.lang.Object[][] |
GetPickListValues()
Get the picklist values from the property object |
int |
GetPickType()
Gets the pick type of this Property object |
int |
GetRefClassID()
|
java.lang.String |
GetRefName()
|
int |
GetType()
Gets the type of this Property object. |
java.lang.Object |
GetValue()
Returns the value of this Property object. |
boolean |
IsHREF()
|
boolean |
IsMandatory()
|
boolean |
IsMultiValued()
|
boolean |
IsReadOnly()
|
boolean |
IsVisible()
|
void |
SetRefName(java.lang.String refName)
|
void |
SetValue(java.lang.Object _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property(int _id,
java.lang.String _name,
int _type,
java.lang.Object _value,
int _picktype,
int _isHREF,
int _isMandatory,
int _isMultiValued,
int _isReadOnly,
int _isVisible,
int _refClassID,
java.lang.Object[][] _arrPickList)
_id - _name - _type - _value - _picktype - _isHREF - _isMandatory - _isMultiValued - _isReadOnly - _isVisible - _refClassID - _arrPickList - | Method Detail |
|---|
public int GetID()
public java.lang.String GetName()
public java.lang.Object[][] GetPickListValues()
public int GetPickType()
public int GetType()
public java.lang.Object GetValue()
public boolean IsHREF()
public boolean IsMandatory()
public boolean IsMultiValued()
public boolean IsReadOnly()
public boolean IsVisible()
public void SetRefName(java.lang.String refName)
refName - public int GetRefClassID()
public java.lang.String GetRefName()
public void SetValue(java.lang.Object _value)
_value -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||