Package com.ads.api.beans.csm
Class CSMEnvironment
java.lang.Object
com.ads.api.beans.csm.CSMEnvironment
The CSMEnvironment class contains several useful class fields and methods related
to CSMEnvironment. These methods are used for setting data to the current object
and getting data from the current object.
.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the AuditHistory Details.intgetId()Returns the id of the CSMEnvironment.getName()Returns the name of the CSMEnvironment.voidsetAuditHistory(AuditHistory auditHistory) Method sets the auditHistory details as specified.voidsetId(int id) Sets the id of CSMEnvironment.voidSets the name of CSMEnvironment as specified.toString()
-
Constructor Details
-
CSMEnvironment
public CSMEnvironment()
-
-
Method Details
-
getId
public int getId()Returns the id of the CSMEnvironment.- Returns:
- id int.
-
setId
public void setId(int id) Sets the id of CSMEnvironment.- Parameters:
id- int
-
getName
Returns the name of the CSMEnvironment.- Returns:
- name String
-
setName
Sets the name of CSMEnvironment as specified.- Parameters:
name- String
-
getAuditHistory
Returns the AuditHistory Details.- Returns:
- auditHistory AuditHistory
-
setAuditHistory
Method sets the auditHistory details as specified.- Parameters:
auditHistory- AuditHistory
-
toString
-