|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsOrganization
public class WsOrganization
This object represents an organization in Contour. An Organization, as it applies to Contour, represents the entire group of users who have access into your Contour account. Depending on what you’ve purchased and how you’d like to configure Contour, your Organization could be your team or your entire company. In terms of data, your Organization embodies all the Users, Projects, Items and all the other related data you have in your Contour application.
| Constructor Summary | |
|---|---|
WsOrganization()
Creates an empty WsOrganization object. |
|
WsOrganization(java.lang.String name,
java.lang.String description,
java.lang.String returnEmail,
java.lang.String baseUrl,
java.lang.String subdomain)
Creates a new WsOrganization object with the given values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseUrl()
Gets the base URL for the organization. |
java.lang.String |
getDescription()
Gets the organization's description. |
java.lang.Integer |
getId()
Gets the organization's id. |
java.lang.String |
getName()
Gets the organization's name. |
java.lang.String |
getReturnEmail()
Gets the organization's return e-mail. |
java.lang.String |
getSubdomain()
Gets the subdomain of the organization. |
void |
setBaseUrl(java.lang.String baseUrl)
Sets the base URL for the organization. |
void |
setDescription(java.lang.String description)
Sets the organization's description. |
void |
setId(java.lang.Integer id)
Sets the organization's id. |
void |
setName(java.lang.String name)
Sets the organization's name. |
void |
setReturnEmail(java.lang.String returnEmail)
Sets the organization's return e-mail. |
void |
setSubdomain(java.lang.String subdomain)
Sets the subdomain of the organization. |
java.lang.String |
toString()
Gets a string representation of this organization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsOrganization()
public WsOrganization(java.lang.String name,
java.lang.String description,
java.lang.String returnEmail,
java.lang.String baseUrl,
java.lang.String subdomain)
name - name of the organizationdescription - description of the organization (can be null)returnEmail - e-mail for the organizationbaseUrl - url associated with the organizationsubdomain - sub-domain of the organization (can be null)| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - organization idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - organization namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - organization descriptionpublic java.lang.String getReturnEmail()
public void setReturnEmail(java.lang.String returnEmail)
returnEmail - organization return emailpublic java.lang.String getBaseUrl()
public void setBaseUrl(java.lang.String baseUrl)
baseUrl - organization base URLpublic java.lang.String getSubdomain()
public void setSubdomain(java.lang.String subdomain)
subdomain - organization subdomainpublic 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 | |||||||||