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 boolean
equals(Object object)
Returnstrue
if the argument is an PrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getDescription()
Gets value for attribute descriptionCollection<PrinterGroupEntity>
getGroups()
Gets value for attribute groupsLong
getId()
Gets value for attribute idString
getLocal()
Gets value for attribute localString
getModel()
Gets value for attribute modelString
getName()
Gets value for attribute nameHostEntity
getServer()
Gets value for attribute serverTenantEntity
getTenant()
Gets value for attribute tenantCollection<UserPrinterEntity>
getUsers()
Gets value for attribute usersint
hashCode()
Returns a hash code based on this entity's identifiers.void
setDescription(String description)
Sets value for attribute descriptionvoid
setGroups(Collection<PrinterGroupEntity> groups)
Sets value for attribute groupsvoid
setId(Long id)
Sets value for attribute idvoid
setLocal(String local)
Sets value for attribute localvoid
setModel(String model)
Sets value for attribute modelvoid
setName(String name)
Sets value for attribute namevoid
setServer(HostEntity server)
Sets value for attribute servervoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setUsers(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)
Returnstrue
if the argument is an PrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-