|
Action Request System Java API | ||||||||
| 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. |
NameID |
getName()
Returns form that owns container. |
int |
getType()
Returns type of container. |
void |
setName(NameID name)
Sets form that owns container. |
void |
setType(int nType)
Sets type of container. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
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
public int getType()
public NameID getName()
public void setName(NameID name)
public void setType(int nType)
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||