|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.privatechef.domain.Organization
public class Organization
Organization object.
| Nested Class Summary | |
|---|---|
static interface |
Organization.Type
|
| Constructor Summary | |
|---|---|
Organization(String name,
String orgType)
|
|
Organization(String name,
String fullName,
String clientname,
String orgType)
|
|
Organization(String guid,
String name,
String fullName,
String clientname,
String orgType,
PrivateKey privateKey)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getApiname()
|
String |
getFullName()
|
String |
getGuid()
|
String |
getName()
|
String |
getOrgType()
|
PrivateKey |
getPrivateKey()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Organization(String name,
String fullName,
String clientname,
String orgType)
public Organization(String name,
String orgType)
public Organization(String guid,
String name,
String fullName,
String clientname,
String orgType,
PrivateKey privateKey)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String getGuid()
public String getName()
public String getFullName()
public String getApiname()
public String getOrgType()
public PrivateKey getPrivateKey()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||