public class GUIGroup extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DEFAULT |
static int |
TYPE_USER |
Constructor and Description |
---|
GUIGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
long |
getId() |
Long |
getInheritGroupId() |
String |
getName() |
int |
getType() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setInheritGroupId(Long inheritGroupId) |
void |
setName(String name) |
void |
setType(int type) |
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getInheritGroupId()
public void setInheritGroupId(Long inheritGroupId)
public int getType()
public void setType(int type)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.