@Entity(name="name_space_iam_role_athrn") public class NamespaceIamRoleAuthorizationEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
protected static String |
TABLE_NAME |
| Constructor and Description |
|---|
NamespaceIamRoleAuthorizationEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIamRoleName() |
Long |
getId() |
NamespaceEntity |
getNamespace() |
void |
setDescription(String description) |
void |
setIamRoleName(String iamRoleName) |
void |
setId(Long id) |
void |
setNamespace(NamespaceEntity namespace) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnprotected static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public NamespaceEntity getNamespace()
public void setNamespace(NamespaceEntity namespace)
public String getIamRoleName()
public void setIamRoleName(String iamRoleName)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.