|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.dev.vcc.api.ManagedObjectId<T>
T - The type of ManagedObject that this ID is for.public abstract class ManagedObjectId<T extends ManagedObject>
The unique ID of a ManagedObject instance.
| Constructor Summary | |
|---|---|
protected |
ManagedObjectId(java.lang.Class<T> managedObjectClass,
java.lang.String datacenterUrl)
Constructs a new ManagedObjectId. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDatacenterUrl()
Getst the URL of the Datacenter hosting the instance referenced by this ID. |
java.lang.Class<T> |
getManagedObjectClass()
Gets the class of ManagedObject that this ID is for. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ManagedObjectId(java.lang.Class<T> managedObjectClass,
java.lang.String datacenterUrl)
ManagedObjectId.
managedObjectClass - The class of ManagedObject that this ID is for.datacenterUrl - The URL of the Datacenter hosting the instance referenced by this ID.| Method Detail |
|---|
public java.lang.Class<T> getManagedObjectClass()
ManagedObject that this ID is for.
ManagedObject that this ID is for.public java.lang.String getDatacenterUrl()
Datacenter hosting the instance referenced by this ID.
Datacenter hosting the instance referenced by this ID.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||