public class APIGroup
extends java.lang.Object
Constructor and Description |
---|
APIGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAddress() |
java.lang.String |
getDescription() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getFirstName() |
int |
getGroupId() |
java.lang.String |
getGroupName() |
int |
getGroupType() |
java.lang.String |
getLastName() |
int |
getParentGroupId() |
java.lang.String |
getParentGroupName() |
java.lang.String |
getPhoneNumber() |
boolean |
isEnableBudget() |
void |
setAddress(java.lang.String address) |
void |
setDescription(java.lang.String description) |
void |
setEmailAddress(java.lang.String emailAddress) |
void |
setEnableBudget(boolean enableBudget) |
void |
setFirstName(java.lang.String firstName) |
void |
setGroupId(int groupId) |
void |
setGroupName(java.lang.String groupName) |
void |
setGroupType(int groupType) |
void |
setLastName(java.lang.String lastName) |
void |
setParentGroupId(int parentGroupId) |
void |
setParentGroupName(java.lang.String parentGroupName) |
void |
setPhoneNumber(java.lang.String phoneNumber) |
public int getGroupId()
public void setGroupId(int groupId)
groupId
- the groupId to setpublic java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- the groupName to setpublic int getParentGroupId()
public void setParentGroupId(int parentGroupId)
parentGroupId
- the parentGroupId to setpublic java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress
- the emailAddress to setpublic java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- the lastName to setpublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- the firstName to setpublic java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- the phoneNumber to setpublic java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- the address to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getParentGroupName()
public void setParentGroupName(java.lang.String parentGroupName)
parentGroupName
- the parentGroupName to setpublic int getGroupType()
public void setGroupType(int groupType)
groupType
- the groupType to setpublic boolean isEnableBudget()
public void setEnableBudget(boolean enableBudget)