|
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.OverlayPropInfo
public class OverlayPropInfo
The OverlayPropInfo
class and methods are used to represent the properties of overlay objects
created.
Note:
All the constants used in the OverlayPropInfo
class are found in the
Constants
class.
Constructor Summary | |
---|---|
OverlayPropInfo()
|
|
OverlayPropInfo(String name,
int id)
|
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. |
int |
getId()
|
String |
getName()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setId(int id)
|
void |
setName(String name)
|
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 OverlayPropInfo()
public OverlayPropInfo(String name, int id)
Method Detail |
---|
public String getName()
public void setName(String name)
public void setId(int id)
public int getId()
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 |