@Entity public class AdminProductAuthorizationRole extends BaseEntity
AdminProduct and a AuthorizationRole| Constructor and Description |
|---|
AdminProductAuthorizationRole() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationRole |
getAuthorizationRole() |
Network |
getNetwork()
Returns the network this entity belongs to
|
AdminProduct |
getProduct() |
boolean |
isManage() |
boolean |
isView() |
void |
setAuthorizationRole(AuthorizationRole authorizationRole) |
void |
setManage(boolean manage) |
void |
setProduct(AdminProduct product) |
void |
setView(boolean view) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic AuthorizationRole getAuthorizationRole()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic AdminProduct getProduct()
public boolean isManage()
public boolean isView()
public void setAuthorizationRole(AuthorizationRole authorizationRole)
public void setManage(boolean manage)
public void setProduct(AdminProduct product)
public void setView(boolean view)