|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.messages.records.BaseRecord
org.gcube.messaging.common.messages.records.HLRecord
public class HLRecord
Nested Class Summary | |
---|---|
class |
HLRecord.GCUBEUser
|
static class |
HLRecord.HLSubType
|
Field Summary |
---|
Fields inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
date |
Constructor Summary | |
---|---|
HLRecord()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.gcube.messaging.common.messages.records.BaseRecord |
---|
getDate, setDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HLRecord()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |