public class HLRecord extends BaseRecord
Modifier and Type | Class and Description |
---|---|
class |
HLRecord.GCUBEUser |
static class |
HLRecord.HLSubType |
date
Constructor and Description |
---|
HLRecord() |
Modifier and Type | Method and Description |
---|---|
ArrayList<HLRecord.GCUBEUser> |
getAddresseesUsers()
addresseesUsers
|
HLRecord.HLSubType |
getHLsubType()
the HLSubType
|
String |
getID()
the ID
|
String |
getName()
the name
|
String |
getType()
the type
|
void |
setAddresseesUsers(ArrayList<HLRecord.GCUBEUser> addresseesUsers)
addresseesUsers
|
void |
setHLsubType(HLRecord.HLSubType hLsubType)
HLSubType
|
void |
setID(String iD)
the ID
|
void |
setName(String name)
the name
|
void |
setType(String type)
the type
|
getDate, setDate
public String getID()
public void setID(String iD)
iD
- the IDpublic String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public HLRecord.HLSubType getHLsubType()
public void setHLsubType(HLRecord.HLSubType hLsubType)
hLsubType
- public ArrayList<HLRecord.GCUBEUser> getAddresseesUsers()
public void setAddresseesUsers(ArrayList<HLRecord.GCUBEUser> addresseesUsers)
addresseesUsers
- Copyright © 2014. All Rights Reserved.