Package com.soffid.iam.iga.api
Class Printer
java.lang.Object
com.soffid.iam.iga.api.Printer
- All Implemented Interfaces:
Serializable
ValueObject Printer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets value for attribute nameGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute groupsGets value for attribute hostNamegetId()Gets value for attribute idgetLocal()Gets value for attribute localgetModel()Gets value for attribute modelgetName()Gets value for attribute nameGets value for attribute updatedByGets value for attribute updatedOngetUsers()Gets value for attribute usersvoidSets value for attribute namevoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute groupsvoidsetHostName(String hostName) Sets value for attribute hostNamevoidSets value for attribute idvoidSets value for attribute localvoidSets value for attribute modelvoidSets value for attribute namevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOnvoidSets value for attribute userstoString()Returns a string representation of the value object.
-
Constructor Details
-
Printer
public Printer() -
Printer
-
Printer
-
Printer
-
-
Method Details
-
getModel
Gets value for attribute model -
setModel
Sets value for attribute model -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getCode
Gets value for attribute name -
setCode
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getLocal
Gets value for attribute local -
setLocal
Sets value for attribute local -
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUsers
Gets value for attribute users -
setUsers
Sets value for attribute users -
getGroups
Gets value for attribute groups -
setGroups
Sets value for attribute groups -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-