|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.ContainerOwner
The ContainerOwner class lets you set or get
the schema that owns the container, as well as the type of container being
used (for example, a guide or an application).
| Field Summary | |
static int |
ALL
All containers, owned and unowned ones. |
static int |
NONE
Global container (unowned) |
static int |
SCHEMA
Container owned by a schema. |
| Constructor Summary | |
ContainerOwner(int type)
Useful in case of NONE and ALL. |
|
ContainerOwner(int type,
NameID name)
For owner type SCHEMA. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
NameID |
getName()
Returns form that owns container. |
int |
getType()
Returns type of container. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setName(NameID name)
Sets form that owns container. |
void |
setType(int nType)
Sets type of container. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NONE
public static final int ALL
public static final int SCHEMA
| Constructor Detail |
public ContainerOwner(int type)
NONE and ALL.
public ContainerOwner(int type,
NameID name)
SCHEMA.| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic int getType()
public NameID getName()
public void setName(NameID name)
public void setType(int nType)
public boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||