Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrganizationId()
Get the organization id.
|
void |
setAddress1(java.lang.String address1)
Set the address line 1 for the organization.
|
void |
setAddress2(java.lang.String address2)
Set the address line 2 for the organization.
|
void |
setAdministrators(java.util.Collection<User> users)
Set the organization's administrators.
|
void |
setCity(java.lang.String cityName)
Set the organization's city name.
|
void |
setCountry(java.lang.String country)
Set the country where the organization is located.
|
void |
setDescription(java.lang.String description)
Set the organization's description.
|
void |
setName(java.lang.String name)
Set the organization's name.
|
void |
setParentOrganization(Organization parentOrganization)
Set the parent organization for the organization.
|
void |
setPostalCode(java.lang.String postalCode)
Set the postal code for the organization's address.
|
void |
setState(java.lang.String state)
Set the state where the organization is located.
|
void |
setWebPage(java.lang.String webSiteAddress)
Set the organization's web page.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
void setName(java.lang.String name)
name
- The name of the organizationvoid setDescription(java.lang.String description)
description
- The description for the organizationvoid setAdministrators(java.util.Collection<User> users)
users
- The Collection
of User
s who will be administrators of the organizationvoid setWebPage(java.lang.String webSiteAddress)
webSiteAddress
- The URL to set for the organizationvoid setAddress1(java.lang.String address1)
address1
- The address line 1 to setvoid setAddress2(java.lang.String address2)
address2
- The address line 2 to setvoid setCity(java.lang.String cityName)
cityName
- The name of the city where the organization is locatedvoid setPostalCode(java.lang.String postalCode)
postalCode
- The postal code for the organization addressvoid setCountry(java.lang.String country)
country
- The organization's country locationvoid setState(java.lang.String state)
state
- The state for the addressvoid setParentOrganization(Organization parentOrganization)
parentOrganization
- The parent Organization
to setjava.lang.String getOrganizationId()