Package com.soffid.iam.model
Class PrinterGroupEntity
- java.lang.Object
-
- com.soffid.iam.model.PrinterGroupEntity
-
- Direct Known Subclasses:
PrinterGroupEntityImpl
public abstract class PrinterGroupEntity extends Object
Entity PrinterGroupEntity
-
-
Constructor Summary
Constructors Constructor Description PrinterGroupEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an PrinterGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.GroupEntity
getGroup()
Gets value for attribute groupLong
getId()
Gets value for attribute idLong
getOrder()
Gets value for attribute orderPrinterEntity
getPrinter()
Gets value for attribute printerint
hashCode()
Returns a hash code based on this entity's identifiers.abstract boolean
isAllowed(String permission)
Operation isAllowed Returns true if the permission on this object is grantedvoid
setGroup(GroupEntity group)
Sets value for attribute groupvoid
setId(Long id)
Sets value for attribute idvoid
setOrder(Long order)
Sets value for attribute ordervoid
setPrinter(PrinterEntity printer)
Sets value for attribute printer
-
-
-
Method Detail
-
getOrder
public Long getOrder()
Gets value for attribute order
-
setOrder
public void setOrder(Long order)
Sets value for attribute order
-
getGroup
public GroupEntity getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(GroupEntity group)
Sets value for attribute group
-
getPrinter
public PrinterEntity getPrinter()
Gets value for attribute printer
-
setPrinter
public void setPrinter(PrinterEntity printer)
Sets value for attribute printer
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
isAllowed
public abstract boolean isAllowed(String permission)
Operation isAllowed Returns true if the permission on this object is granted- Parameters:
permission
-- Returns:
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an PrinterGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-