Package com.soffid.iam.api
Class Printer
- java.lang.Object
- 
- com.soffid.iam.api.Printer
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Printer extends Object implements Serializable ValueObject Printer- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets value for attribute nameStringgetDescription()Gets value for attribute descriptionList<String>getGroups()Gets value for attribute groupsStringgetHostName()Gets value for attribute hostNameLonggetId()Gets value for attribute idBooleangetLocal()Gets value for attribute localStringgetModel()Gets value for attribute modelStringgetName()Gets value for attribute nameList<String>getUsers()Gets value for attribute usersvoidsetCode(String name)Sets value for attribute namevoidsetDescription(String description)Sets value for attribute descriptionvoidsetGroups(List<String> groups)Sets value for attribute groupsvoidsetHostName(String hostName)Sets value for attribute hostNamevoidsetId(Long id)Sets value for attribute idvoidsetLocal(Boolean local)Sets value for attribute localvoidsetModel(String model)Sets value for attribute modelvoidsetName(String name)Sets value for attribute namevoidsetUsers(List<String> users)Sets value for attribute usersstatic PrintertoPrinter(Impressora vo)Creates a Printer value object based on a Impressora object.static voidtoPrinter(Impressora source, Printer target)Updates a Printer value object based on a Impressora object.static Printer[]toPrinterArray(Impressora[] source)Creates a Printer array on a Impressora array.static AsyncList<Printer>toPrinterAsyncList(AsyncList<Impressora> source)Creates a Printer asynclist on a Impressora collection.static PagedResult<Printer>toPrinterList(PagedResult<Impressora> source)Creates a Printer pagedResult on a Impressora collection.static List<Printer>toPrinterList(Collection<Impressora> source)Creates a Printer list on a Impressora collection.StringtoString()Returns a string representation of the value object.
 
- 
- 
- 
Method Detail- 
getModelpublic String getModel() Gets value for attribute model
 - 
setModelpublic void setModel(String model) Sets value for attribute model
 - 
getNamepublic String getName() Gets value for attribute name
 - 
setNamepublic void setName(String name) Sets value for attribute name
 - 
getCodepublic String getCode() Gets value for attribute name
 - 
setCodepublic void setCode(String name) Sets value for attribute name
 - 
getDescriptionpublic String getDescription() Gets value for attribute description
 - 
setDescriptionpublic void setDescription(String description) Sets value for attribute description
 - 
getHostNamepublic String getHostName() Gets value for attribute hostName
 - 
setHostNamepublic void setHostName(String hostName) Sets value for attribute hostName
 - 
getLocalpublic Boolean getLocal() Gets value for attribute local
 - 
setLocalpublic void setLocal(Boolean local) Sets value for attribute local
 - 
getIdpublic Long getId() Gets value for attribute id
 - 
setIdpublic void setId(Long id) Sets value for attribute id
 - 
toStringpublic String toString() Returns a string representation of the value object.
 - 
toPrinterpublic static Printer toPrinter(Impressora vo) Creates a Printer value object based on a Impressora object.
 - 
toPrinterListpublic static List<Printer> toPrinterList(Collection<Impressora> source) Creates a Printer list on a Impressora collection.
 - 
toPrinterListpublic static PagedResult<Printer> toPrinterList(PagedResult<Impressora> source) Creates a Printer pagedResult on a Impressora collection.
 - 
toPrinterAsyncListpublic static AsyncList<Printer> toPrinterAsyncList(AsyncList<Impressora> source) Creates a Printer asynclist on a Impressora collection.
 - 
toPrinterArraypublic static Printer[] toPrinterArray(Impressora[] source) Creates a Printer array on a Impressora array.
 - 
toPrinterpublic static void toPrinter(Impressora source, Printer target) Updates a Printer value object based on a Impressora object.
 
- 
 
-