public class GroupDTO extends Object
Constructor and Description |
---|
GroupDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getId() |
String |
getName() |
Integer |
getPosition() |
int |
getRuleCount() |
Boolean |
isEnabled() |
boolean |
isReadOnly() |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setPosition(Integer position) |
void |
setReadOnly(boolean readOnly) |
void |
setRuleCount(int ruleCount) |
public void setId(Integer id)
public Integer getId()
public void setName(String name)
public String getName()
public void setEnabled(Boolean enabled)
public Boolean isEnabled()
public void setReadOnly(boolean readOnly)
public boolean isReadOnly()
public Integer getPosition()
public void setPosition(Integer position)
public String getDescription()
public void setDescription(String description)
public void setRuleCount(int ruleCount)
public int getRuleCount()
Copyright © 2021. All rights reserved.