|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedExceptionpublic int getType()
public NameID getName()
public void setName(NameID name)
public void setType(int nType)
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||