|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.qualcommlabs.usercontext.protocol.profile.Profile
public class Profile
The Profile class aggregates ProfileAttribute objects.
Constructor Summary | |
---|---|
Profile()
|
Method Summary | |
---|---|
void |
addAttribute(ProfileAttribute profileAttribute)
Adds the attribute. |
boolean |
equals(Object obj)
|
Map<String,ProfileAttribute> |
getAttributes()
Gets the attributes. |
long |
getCreationTime()
Gets time when this profile was created. |
CustomAttributes |
getCustomAttributes()
Gets the custom profile attributes. |
int |
hashCode()
|
void |
setCreationTime(long creationTime)
Sets the creation date. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Profile()
Method Detail |
---|
public long getCreationTime()
public void setCreationTime(long creationTime)
creationTime
- the new creation datepublic Map<String,ProfileAttribute> getAttributes()
public void addAttribute(ProfileAttribute profileAttribute)
profileAttribute
- the profile attributepublic CustomAttributes getCustomAttributes()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |