|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.PKObject
public class PKObject
This is the Personalization Key Object Class. This will contain personalization key information.
Constructor Summary | |
---|---|
PKObject(java.lang.String key,
boolean isProtected,
java.lang.String spMBOId,
java.lang.String screenId,
boolean isList)
Constructor to create a Personalization Key object |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified Object with this personalization key for equality. |
java.lang.String |
getKey()
Returns the personalization key. |
java.lang.String |
getSPMBOId()
|
java.lang.String |
getSpScreenId()
|
boolean |
isList()
|
boolean |
isProtected()
Returns a boolean indicating whether or not the personalization key is protected. |
boolean |
isStructureType()
|
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PKObject(java.lang.String key, boolean isProtected, java.lang.String spMBOId, java.lang.String screenId, boolean isList)
key
- String
value for the personalization keyisProtected
- true
if the personalization key is protected, otherwise false
spMBOId
- the structure type mbo id if the pk is complex data typescreenId
- the id of the entry screen that defined for the structure type mboisList
- whether the pk is list of structure typeMethod Detail |
---|
public java.lang.String getKey()
String
value for personalization keypublic boolean isProtected()
true
if the personalization key is protected, otherwise false
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object
the Object to be compared for equality with this personalization key
true
if the specified Object is equal to this personalization keypublic java.lang.String getSPMBOId()
public boolean isList()
public java.lang.String getSpScreenId()
public boolean isStructureType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |