|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.OverlaidInfo
public class OverlaidInfo
The OverlaidInfo
class and methods are used to represent the properties of overlaid objects.
Note:
All the constants used in the OverlaidInfo
class are found in the
Constants
class.
Constructor Summary | |
---|---|
OverlaidInfo()
|
|
OverlaidInfo(String name,
int objType,
String formName,
int id,
String objectModificationLogLabel)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getFormName()
|
int |
getId()
|
String |
getName()
|
String |
getObjectModificationLogLabel()
|
int |
getObjType()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFormName(String name)
|
void |
setId(int id)
|
void |
setName(String name)
|
void |
setObjectModificationLogLabel(String label)
|
void |
setObjType(int type)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OverlaidInfo()
public OverlaidInfo(String name, int objType, String formName, int id, String objectModificationLogLabel)
Method Detail |
---|
public String getName()
public void setName(String name)
public int getObjType()
public void setObjType(int type)
public String getFormName()
public void setFormName(String name)
public int getId()
public void setId(int id)
public String getObjectModificationLogLabel()
public void setObjectModificationLogLabel(String label)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |