Package com.soffid.iam.model
Class PrinterEntity
- java.lang.Object
-
- com.soffid.iam.model.PrinterEntity
-
- Direct Known Subclasses:
PrinterEntityImpl
public abstract class PrinterEntity extends Object
Entity PrinterEntity
-
-
Constructor Summary
Constructors Constructor Description PrinterEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an PrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetDescription()Gets value for attribute descriptionCollection<PrinterGroupEntity>getGroups()Gets value for attribute groupsLonggetId()Gets value for attribute idStringgetLocal()Gets value for attribute localStringgetModel()Gets value for attribute modelStringgetName()Gets value for attribute nameHostEntitygetServer()Gets value for attribute serverTenantEntitygetTenant()Gets value for attribute tenantCollection<UserPrinterEntity>getUsers()Gets value for attribute usersinthashCode()Returns a hash code based on this entity's identifiers.voidsetDescription(String description)Sets value for attribute descriptionvoidsetGroups(Collection<PrinterGroupEntity> groups)Sets value for attribute groupsvoidsetId(Long id)Sets value for attribute idvoidsetLocal(String local)Sets value for attribute localvoidsetModel(String model)Sets value for attribute modelvoidsetName(String name)Sets value for attribute namevoidsetServer(HostEntity server)Sets value for attribute servervoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetUsers(Collection<UserPrinterEntity> users)Sets value for attribute users
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getModel
public String getModel()
Gets value for attribute model
-
setModel
public void setModel(String model)
Sets value for attribute model
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getLocal
public String getLocal()
Gets value for attribute local
-
setLocal
public void setLocal(String local)
Sets value for attribute local
-
getServer
public HostEntity getServer()
Gets value for attribute server
-
setServer
public void setServer(HostEntity server)
Sets value for attribute server
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getGroups
public Collection<PrinterGroupEntity> getGroups()
Gets value for attribute groups
-
setGroups
public void setGroups(Collection<PrinterGroupEntity> groups)
Sets value for attribute groups
-
getUsers
public Collection<UserPrinterEntity> getUsers()
Gets value for attribute users
-
setUsers
public void setUsers(Collection<UserPrinterEntity> users)
Sets value for attribute users
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an PrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-