public class UserPermission extends Object
Constructor and Description |
---|
UserPermission() |
UserPermission(String name) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId() |
Instant |
getLastUpdated()
Indicates when this record was last updated.
|
String |
getName()
The name for this permission.
|
int |
hashCode() |
boolean |
isArchived()
This entity is soft-deleted instead of hard-deleted, and this field is set to
true
when the entity is soft-deleted. |
void |
setArchived(boolean archived)
This entity is soft-deleted instead of hard-deleted, and this field is set to
true
when the entity is soft-deleted. |
void |
setId(String id) |
void |
setLastUpdated(Instant lastUpdated)
Indicates when this record was last updated.
|
void |
setName(String name)
The name for this permission.
|
UserPermissionRef |
toRef() |
String |
toString() |
public UserPermission(String name)
public UserPermission()
public UserPermissionRef toRef()
public String getId()
public String getName()
public Instant getLastUpdated()
public boolean isArchived()
true
when the entity is soft-deleted.public void setId(String id)
public void setName(String name)
public void setLastUpdated(Instant lastUpdated)
public void setArchived(boolean archived)
true
when the entity is soft-deleted.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.