DSITools
Package Index
|
Class Index
com.terradue.dsi
com.terradue.dsi.model
com.terradue.dsi.wire
Classes
Account
AccountOwner
AccountUser
Appliance
Cloud
Deployment
DeploymentCreation
DeploymentCreation.Builder
Network
NetworkStorage
NetworkStorageCreation
NetworkStorageCreation.Builder
UploadTicket
UserDelegates
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public final class
Account
extends Object
java.lang.Object
↳
com.terradue.dsi.model.Account
Summary
Public Constructors
Account
()
Public Methods
String
getId
()
String
getName
()
AccountOwner
getOwner
()
void
setId
(String id)
void
setName
(String name)
void
setOwner
(
AccountOwner
owner)
String
toString
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
Account
()
Public Methods
public String
getId
()
Returns
the id
public String
getName
()
Returns
the name
public
AccountOwner
getOwner
()
Returns
the owner
public void
setId
(String id)
Parameters
id
the id to set
public void
setName
(String name)
Parameters
name
the name to set
public void
setOwner
(
AccountOwner
owner)
Parameters
owner
the owner to set
public String
toString
()