Package com.soffid.iam.model
Class UserPrinterEntity
- java.lang.Object
-
- com.soffid.iam.model.UserPrinterEntity
-
- Direct Known Subclasses:
UserPrinterEntityImpl
public abstract class UserPrinterEntity extends Object
Entity UserPrinterEntity
-
-
Constructor Summary
Constructors Constructor Description UserPrinterEntity()
-
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 UserPrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idLong
getOrder()
Gets value for attribute orderPrinterEntity
getPrinter()
Gets value for attribute printerUserEntity
getUser()
Gets value for attribute userint
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
setId(Long id)
Sets value for attribute idvoid
setOrder(Long order)
Sets value for attribute ordervoid
setPrinter(PrinterEntity printer)
Sets value for attribute printervoid
setUser(UserEntity user)
Sets value for attribute user
-
-
-
Method Detail
-
getOrder
public Long getOrder()
Gets value for attribute order
-
setOrder
public void setOrder(Long order)
Sets value for attribute order
-
getPrinter
public PrinterEntity getPrinter()
Gets value for attribute printer
-
setPrinter
public void setPrinter(PrinterEntity printer)
Sets value for attribute printer
-
getUser
public UserEntity getUser()
Gets value for attribute user
-
setUser
public void setUser(UserEntity user)
Sets value for attribute user
-
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 UserPrinterEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-