public class OverlayPropInfo extends Object implements Cloneable, Serializable
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 and Description |
|---|
OverlayPropInfo() |
OverlayPropInfo(String name,
int id) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public OverlayPropInfo()
public OverlayPropInfo(String name, int id)
public String getName()
public void setName(String name)
public void setId(int id)
public int getId()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int hashCode()
public String toString()
public boolean equals(Object obj)
? Copyright 2013 BMC Software, Inc.