public class WsOrganization extends Object
Constructor and Description |
---|
WsOrganization()
Creates an empty WsOrganization object.
|
WsOrganization(String name,
String description,
String returnEmail,
String baseUrl)
Creates a new WsOrganization object with the given values.
|
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
Gets the base URL for the organization.
|
String |
getDescription()
Gets the organization's description.
|
Integer |
getId()
Gets the organization's id.
|
String |
getName()
Gets the organization's name.
|
String |
getReturnEmail()
Gets the organization's return e-mail.
|
void |
setBaseUrl(String baseUrl)
Sets the base URL for the organization.
|
void |
setDescription(String description)
Sets the organization's description.
|
void |
setId(Integer id)
Sets the organization's id.
|
void |
setName(String name)
Sets the organization's name.
|
void |
setReturnEmail(String returnEmail)
Sets the organization's return e-mail.
|
String |
toString()
Gets a string representation of this organization.
|
public WsOrganization()
public WsOrganization(String name, String description, String returnEmail, String baseUrl)
name
- name of the organizationdescription
- description of the organization (can be null)returnEmail
- e-mail for the organizationbaseUrl
- url associated with the organizationpublic Integer getId()
public void setId(Integer id)
id
- organization idpublic String getName()
public void setName(String name)
name
- organization namepublic String getDescription()
public void setDescription(String description)
description
- organization descriptionpublic String getReturnEmail()
public void setReturnEmail(String returnEmail)
returnEmail
- organization return emailpublic String getBaseUrl()
public void setBaseUrl(String baseUrl)
baseUrl
- organization base URLCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.