| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.ContainerListInfo
public class ContainerListInfo
| Constructor Summary | |
|---|---|
ContainerListInfo(String name,
                  int nType,
                  List<ContainerOwner> owner)
construct a ContainerListInfo object with the provided characteristics  | 
|
| 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 | 
getKey()
Returns the unique identifier (name) of the container.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 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 ContainerListInfo(String name,
                         int nType,
                         List<ContainerOwner> owner)
name - the name of the containernType - the type of the containerowner - the list of owner object that owns that container| Method Detail | 
|---|
public String getKey()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the object that we are comparing to
public Object clone()
             throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||