public class GroupVO extends Object implements Serializable
VO for groups.
Constructor and Description |
---|
GroupVO() |
GroupVO(GroupVO otherBean)
Copies constructor from other GroupVO
|
GroupVO(String name) |
GroupVO(String name,
String alias,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
copy(GroupVO otherBean)
Copies all properties from the argument value object into this value object.
|
String |
getAlias()
The alias of the group.
|
String |
getDescription()
A description of the group.
|
String |
getName()
The name of the group.
|
void |
setAlias(String alias) |
void |
setDescription(String description) |
void |
setName(String name) |
public GroupVO()
public GroupVO(GroupVO otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public GroupVO(String name)
public void copy(GroupVO otherBean)
public String getAlias()
The alias of the group.
public String getDescription()
A description of the group.
public String getName()
The name of the group.
public void setAlias(String alias)
public void setDescription(String description)
public void setName(String name)
Copyright © 2019 Communote team. All rights reserved.