|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.Application
public class Application
The application model contains informations about your application. For example you get an overview over the collaborators which are allowed to manage the application or a list of the currently installed deployments.
| Constructor Summary | |
|---|---|
Application()
Constructor for Application. |
|
| Method Summary | |
|---|---|
String |
getDateCreated()
getDateCreated. |
String |
getDateModified()
getDateModified. |
Deployment[] |
getDeployments()
Getter for the field deployments. |
User[] |
getInvitations()
Getter for the field invitations. |
String |
getName()
Getter for the field name. |
User |
getOwner()
Getter for the field owner. |
String |
getRepository()
Getter for the field repository. |
Type |
getType()
Getter for the field type. |
User[] |
getUsers()
Getter for the field users. |
void |
setDateCreated(String date_created)
setDateCreated. |
void |
setDateModified(String date_modified)
setDateModified. |
void |
setDeployments(Deployment[] deployments)
Setter for the field deployments. |
void |
setInvitations(User[] invitations)
Setter for the field invitations. |
void |
setName(String name)
Setter for the field name. |
void |
setOwner(User owner)
Setter for the field owner. |
void |
setResository(String repository)
setResository. |
void |
setType(Type type)
Setter for the field type. |
void |
setUsers(User[] users)
Setter for the field users. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Application()
Constructor for Application.
| Method Detail |
|---|
public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - the name of the application to setpublic Type getType()
Getter for the field type.
public void setType(Type type)
Setter for the field type.
type - the type of the application to setpublic String getRepository()
Getter for the field repository.
public void setResository(String repository)
setResository.
repository - the repository to setpublic User[] getInvitations()
Getter for the field invitations.
public void setInvitations(User[] invitations)
Setter for the field invitations.
invitations - the invotations to setpublic User getOwner()
Getter for the field owner.
public void setOwner(User owner)
Setter for the field owner.
owner - the user to setpublic String getDateCreated()
getDateCreated.
public void setDateCreated(String date_created)
setDateCreated.
date_created - the date_created to setpublic String getDateModified()
getDateModified.
public void setDateModified(String date_modified)
setDateModified.
date_modified - the date_modified to setpublic User[] getUsers()
Getter for the field users.
public void setUsers(User[] users)
Setter for the field users.
users - the users to setpublic Deployment[] getDeployments()
Getter for the field deployments.
public void setDeployments(Deployment[] deployments)
Setter for the field deployments.
deployments - the deployments to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||