Package com.dtsx.astra.sdk.org.domain
Class Organization
java.lang.Object
com.dtsx.astra.sdk.org.domain.Organization
- All Implemented Interfaces:
Serializable
Bean holding Organization informations.
- Author:
- Cedrick LUNVEN (@clunven)
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Organization
(String id, String name) Organization constructor. -
Method Summary
-
Constructor Details
-
Organization
public Organization()Default constructor. -
Organization
Organization constructor.- Parameters:
id
- identifiername
- name
-
-
Method Details
-
getId
Getter accessor for attribute 'id'.- Returns:
- current value of 'id'
-
setId
Setter accessor for attribute 'id'.- Parameters:
id
- new value for 'id '
-
getName
Getter accessor for attribute 'name'.- Returns:
- current value of 'name'
-
setName
Setter accessor for attribute 'name'.- Parameters:
name
- new value for 'name '
-