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 booleanequals(Object object)Returnstrueif the argument is an PrinterGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity.GroupEntitygetGroup()Gets value for attribute groupLonggetId()Gets value for attribute idLonggetOrder()Gets value for attribute orderPrinterEntitygetPrinter()Gets value for attribute printerinthashCode()Returns a hash code based on this entity's identifiers.abstract booleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is grantedvoidsetGroup(GroupEntity group)Sets value for attribute groupvoidsetId(Long id)Sets value for attribute idvoidsetOrder(Long order)Sets value for attribute ordervoidsetPrinter(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)
Returnstrueif the argument is an PrinterGroupEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-