|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.PersonImpl
public class PersonImpl
Default Implementation of the Person object in the model.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.Person |
|---|
Person.Field, Person.Gender |
| Field Summary |
|---|
| Fields inherited from interface org.apache.shindig.social.opensocial.model.Person |
|---|
PROFILE_URL_TYPE, THUMBNAIL_PHOTO_TYPE |
| Constructor Summary | |
|---|---|
PersonImpl()
|
|
PersonImpl(String id,
String displayName,
Name name)
A constructor which contains all of the required fields on a person object |
|
| Method Summary | |
|---|---|
String |
getAboutMe()
Get a general statement about the person, specified as a string. |
List<Account> |
getAccounts()
Get the list of online accounts held by this person. |
List<String> |
getActivities()
Get the person's favorite activities, specified as an List of strings. |
List<Address> |
getAddresses()
Get addresses associated with the person, specified as an List of Address objects. |
Integer |
getAge()
Get the person's age, specified as a number. |
Map<String,?> |
getAppData()
Get app data for the person. |
Date |
getBirthday()
Get the person's date of birth, specified as a Date object. |
BodyType |
getBodyType()
Get the person's body characteristics, specified as an BodyType. |
List<String> |
getBooks()
Get the person's favorite books, specified as an List of strings. |
List<String> |
getCars()
Get the person's favorite cars, specified as an List of strings. |
String |
getChildren()
Get a description of the person's children, specified as a string. |
Address |
getCurrentLocation()
Get the person's current location, specified as an Address. |
String |
getDisplayName()
The display name for the user. |
Enum<Drinker> |
getDrinker()
Get the person's drinking status, specified as an Enum with the enum's key referencing
Drinker. |
List<ListField> |
getEmails()
Get the person's Emails associated with the person. |
String |
getEthnicity()
Get the person's ethnicity, specified as a string. |
Map<String,String> |
getExtensions()
Get the person's extensions, specified as a Map. |
String |
getFashion()
Get the person's thoughts on fashion, specified as a string. |
List<String> |
getFood()
Get the person's favorite food, specified as an List of strings. |
Person.Gender |
getGender()
Get a person's gender, specified as an Person.Gender. |
String |
getHappiestWhen()
Get a description of when the person is happiest, specified as a string. |
Boolean |
getHasApp()
Get if the person has used the current app. |
List<String> |
getHeroes()
Get a person's favorite heroes, specified as an Array of strings. |
String |
getHumor()
Get the person's thoughts on humor, specified as a string. |
String |
getId()
Get A string ID that can be permanently associated with this person. |
List<ListField> |
getIms()
Get a list of Instant messaging address for this Person. |
List<String> |
getInterests()
Get the person's interests, hobbies or passions, specified as an List of strings. |
boolean |
getIsOwner()
|
boolean |
getIsViewer()
Returns true if this person object represents the currently logged in user. |
String |
getJobInterests()
Get the Person's favorite jobs, or job interests and skills, specified as a string. |
List<String> |
getLanguagesSpoken()
Get a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings. |
String |
getLivingArrangement()
Get a description of the person's living arrangement, specified as a string. |
List<Enum<LookingFor>> |
getLookingFor()
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for. |
List<String> |
getMovies()
Get the Person's favorite movies, specified as an List of strings. |
List<String> |
getMusic()
Get the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL. |
Name |
getName()
Get the person's name Container support for this field is REQUIRED. |
Enum<NetworkPresence> |
getNetworkPresence()
Get the person's current network status. |
String |
getNickname()
Get the person's nickname. |
List<Organization> |
getOrganizations()
Get a list of current or past organizational affiliations of this Person. |
String |
getPets()
Get a description of the person's pets Container support for this field is OPTIONAL. |
List<ListField> |
getPhoneNumbers()
Get the Phone numbers associated with the person. |
List<ListField> |
getPhotos()
URL of a photo of this person. |
String |
getPoliticalViews()
Get the Person's political views, specified as a string. |
String |
getPreferredUsername()
Get the Person's preferred username, specified as a string. |
Url |
getProfileSong()
Get the Person's profile song, specified as an Url. |
String |
getProfileUrl()
Get the person's profile URL. |
Url |
getProfileVideo()
Get the Person's profile video. |
List<String> |
getQuotes()
Get the person's favorite quotes Container support for this field is OPTIONAL. |
String |
getRelationshipStatus()
Get the person's relationship status. |
String |
getReligion()
Get the person's relgion or religious views. |
String |
getRomance()
Get the person's comments about romance. |
String |
getScaredOf()
Get what the person is scared of Container support for this field is OPTIONAL. |
String |
getSexualOrientation()
Get the person's sexual orientation. |
Enum<Smoker> |
getSmoker()
Get the person's smoking status. |
List<String> |
getSports()
Get the person's favorite sports. |
String |
getStatus()
Get the person's status, headline or shoutout. |
List<String> |
getTags()
Get arbitrary tags about the person. |
String |
getThumbnailUrl()
Get the person's photo thumbnail URL, specified as a string. |
List<String> |
getTurnOffs()
Get the person's turn offs. |
List<String> |
getTurnOns()
Get the person's turn ons. |
List<String> |
getTvShows()
Get the person's favorite TV shows. |
Date |
getUpdated()
The time this person was last updated. |
List<Url> |
getUrls()
Get the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL. |
Long |
getUtcOffset()
Get the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time. |
String |
getVoot_membership_role()
|
void |
setAboutMe(String aboutMe)
Set a general statement about the person, specified as a string. |
void |
setAccounts(List<Account> accounts)
Set the list of online accounts held by this person. |
void |
setActivities(List<String> activities)
Set the person's favorite activities, specified as an List of strings. |
void |
setAddresses(List<Address> addresses)
Set addresses associated with the person, specified as an List of Address objects. |
void |
setAge(Integer age)
Set the person's age, specified as a number. |
void |
setAppData(Map<String,?> appData)
Sets app data for the person. |
void |
setBirthday(Date birthday)
Set the person's date of birth, specified as a Date object. |
void |
setBodyType(BodyType bodyType)
Set the person's body characteristics, specified as an BodyType. |
void |
setBooks(List<String> books)
Set the person's favorite books, specified as an List of strings. |
void |
setCars(List<String> cars)
Set the person's favorite cars, specified as an List of strings. |
void |
setChildren(String children)
Set a description of the person's children, specified as a string. |
void |
setCurrentLocation(Address currentLocation)
Set the person's current location, specified as an Address. |
void |
setDisplayName(String displayName)
Set the display name. |
void |
setDrinker(Enum<Drinker> newDrinker)
Get the person's drinking status, specified as an Enum with the enum's key referencing
Drinker. |
void |
setEmails(List<ListField> emails)
Set the person's Emails associated with the person. |
void |
setEthnicity(String ethnicity)
Set the person's ethnicity, specified as a string. |
void |
setExtensions(Map<String,String> extensions)
Set the person's extensions, specified as a Map. |
void |
setFashion(String fashion)
Set the person's thoughts on fashion, specified as a string. |
void |
setFood(List<String> food)
Set the person's favorite food, specified as an List of strings. |
void |
setGender(Person.Gender newGender)
Set a person's gender, specified as an Person.Gender. |
void |
setHappiestWhen(String happiestWhen)
Set a description of when the person is happiest, specified as a string. |
void |
setHasApp(Boolean hasApp)
Set if the person has used the current app. |
void |
setHeroes(List<String> heroes)
Set a person's favorite heroes, specified as an Array of strings. |
void |
setHumor(String humor)
Set the person's thoughts on humor, specified as a string. |
void |
setId(String id)
Set A string ID that can be permanently associated with this person. |
void |
setIms(List<ListField> ims)
Set a list of Instant messaging address for this Person. |
void |
setInterests(List<String> interests)
Set the person's interests, hobbies or passions, specified as an List of strings. |
void |
setIsOwner(boolean isOwner)
Set the owner flag. |
void |
setIsViewer(boolean isViewer)
Returns true if this person object represents the currently logged in user. |
void |
setJobInterests(String jobInterests)
Set the Person's favorite jobs, or job interests and skills, specified as a string. |
void |
setLanguagesSpoken(List<String> languagesSpoken)
Set a List of the languages that the person speaks as ISO 639-1 codes, specified as an List of strings. |
void |
setLivingArrangement(String livingArrangement)
Set a description of the person's living arrangement, specified as a string. |
void |
setLookingFor(List<Enum<LookingFor>> lookingFor)
Get a person's statement about who or what they are looking for, or what they are interested in meeting people for. |
void |
setMovies(List<String> movies)
Set the Person's favorite movies, specified as an List of strings. |
void |
setMusic(List<String> music)
Set the Person's favorite music, specified as an List of strings Container support for this field is OPTIONAL. |
void |
setName(Name name)
Set the person's name Container support for this field is REQUIRED. |
void |
setNetworkPresence(Enum<NetworkPresence> networkPresence)
Set the person's current network status. |
void |
setNickname(String nickname)
Set the the person's nickname. |
void |
setOrganizations(List<Organization> organizations)
Set a list of current or past organizational affiliations of this Person. |
void |
setPets(String pets)
Set a description of the person's pets Container support for this field is OPTIONAL. |
void |
setPhoneNumbers(List<ListField> phoneNumbers)
Set the Phone numbers associated with the person. |
void |
setPhotos(List<ListField> photos)
Set a list of Photos for the person. |
void |
setPoliticalViews(String politicalViews)
Set the Person's political views, specified as a string. |
void |
setPreferredUsername(String preferredUsername)
Set the Person's preferred username, specified as a string. |
void |
setProfileSong(Url profileSong)
Set the Person's profile song, specified as an Url. |
void |
setProfileUrl(String profileUrl)
Set the person's profile URL. |
void |
setProfileVideo(Url profileVideo)
Set the Person's profile video. |
void |
setQuotes(List<String> quotes)
Set the person's favorite quotes. |
void |
setRelationshipStatus(String relationshipStatus)
Set the person's relationship status. |
void |
setReligion(String religion)
Set the person's relgion or religious views. |
void |
setRomance(String romance)
Set a the person's comments about romance, Container support for this field is OPTIONAL. |
void |
setScaredOf(String scaredOf)
Set what the person is scared of Container support for this field is OPTIONAL. |
void |
setSexualOrientation(String sexualOrientation)
Set the person's sexual orientation Container support for this field is OPTIONAL. |
void |
setSmoker(Enum<Smoker> newSmoker)
Set the person's smoking status. |
void |
setSports(List<String> sports)
Set the person's favorite sports. |
void |
setStatus(String status)
Set the person's status, headline or shoutout. |
void |
setTags(List<String> tags)
Set arbitrary tags about the person. |
void |
setThumbnailUrl(String thumbnailUrl)
Set the person's photo thumbnail URL, specified as a string. |
void |
setTurnOffs(List<String> turnOffs)
Set the person's turn offs. |
void |
setTurnOns(List<String> turnOns)
Set the person's turn ons. |
void |
setTvShows(List<String> tvShows)
Set the person's favorite TV shows. |
void |
setUpdated(Date updated)
Set the time this record was last updated. |
void |
setUrls(List<Url> urls)
Set the URLs related to the person, their webpages, or feeds Container support for this field is OPTIONAL. |
void |
setUtcOffset(Long utcOffset)
Set the Person's time zone, specified as the difference in minutes between Greenwich Mean Time (GMT) and the user's local time. |
void |
setVoot_membership_role(String voot_membership_role)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonImpl()
public PersonImpl(String id,
String displayName,
Name name)
id - The id of the persondisplayName - The displayName of the personname - The person's name broken down into components| Method Detail |
|---|
public String getAboutMe()
Person
getAboutMe in interface Personpublic void setAboutMe(String aboutMe)
Person
setAboutMe in interface PersonaboutMe - the value of aboutMepublic List<Account> getAccounts()
Person
getAccounts in interface Personpublic void setAccounts(List<Account> accounts)
Person
setAccounts in interface Personaccounts - a list of Account objectspublic List<String> getActivities()
Person
getActivities in interface Personpublic void setActivities(List<String> activities)
Person
setActivities in interface Personactivities - a list of activitiespublic List<Address> getAddresses()
Person
getAddresses in interface Personpublic void setAddresses(List<Address> addresses)
Person
setAddresses in interface Personaddresses - a list of address objectspublic Integer getAge()
Person
getAge in interface Personpublic void setAge(Integer age)
Person
setAge in interface Personage - the persons agepublic Map<String,?> getAppData()
Person
getAppData in interface Personpublic void setAppData(Map<String,?> appData)
Person
setAppData in interface PersonappData - the app data, possibly a subsetpublic BodyType getBodyType()
Person
getBodyType in interface Personpublic void setBodyType(BodyType bodyType)
Person
setBodyType in interface PersonbodyType - the person's BodyTypepublic List<String> getBooks()
Person
getBooks in interface Personpublic void setBooks(List<String> books)
Person
setBooks in interface Personbooks - a list of the person's bookspublic List<String> getCars()
Person
getCars in interface Personpublic void setCars(List<String> cars)
Person
setCars in interface Personcars - a list of the persons favorite carspublic String getChildren()
Person
getChildren in interface Personpublic void setChildren(String children)
Person
setChildren in interface Personchildren - the persons childrenpublic Address getCurrentLocation()
PersonAddress. Container support for this
field is OPTIONAL.
getCurrentLocation in interface Personpublic void setCurrentLocation(Address currentLocation)
PersonAddress. Container support for this
field is OPTIONAL.
setCurrentLocation in interface PersoncurrentLocation - the persons current locationpublic Date getBirthday()
PersonDate object. Container support for this
field is OPTIONAL.
getBirthday in interface Personpublic void setBirthday(Date birthday)
PersonDate object. Container support for this
field is OPTIONAL.
setBirthday in interface Personbirthday - the person's data of birthpublic String getDisplayName()
Person
getDisplayName in interface Personpublic void setDisplayName(String displayName)
Person
setDisplayName in interface PersondisplayName - the new display name.public Enum<Drinker> getDrinker()
PersonEnum with the enum's key referencing
Drinker. Container support for this field is OPTIONAL.
getDrinker in interface Personpublic void setDrinker(Enum<Drinker> newDrinker)
PersonEnum with the enum's key referencing
Drinker. Container support for this field is OPTIONAL.
setDrinker in interface PersonnewDrinker - the persons drinking statuspublic List<ListField> getEmails()
Person
getEmails in interface Personpublic void setEmails(List<ListField> emails)
Person
setEmails in interface Personemails - a list of the person's emailspublic String getEthnicity()
Person
getEthnicity in interface Personpublic void setEthnicity(String ethnicity)
Person
setEthnicity in interface Personethnicity - the person's ethnicitypublic String getFashion()
Person
getFashion in interface Personpublic void setFashion(String fashion)
Person
setFashion in interface Personfashion - the person's thoughts on fashionpublic List<String> getFood()
Person
getFood in interface Personpublic void setFood(List<String> food)
Person
setFood in interface Personfood - the person's favorite foodpublic Person.Gender getGender()
PersonPerson.Gender.
getGender in interface Personpublic void setGender(Person.Gender newGender)
PersonPerson.Gender.
setGender in interface PersonnewGender - the person's genderpublic String getHappiestWhen()
Person
getHappiestWhen in interface Personpublic void setHappiestWhen(String happiestWhen)
Person
setHappiestWhen in interface PersonhappiestWhen - a description of when the person is happiestpublic Boolean getHasApp()
Person
getHasApp in interface Personpublic void setHasApp(Boolean hasApp)
Person
setHasApp in interface PersonhasApp - set true the current app has been usedpublic List<String> getHeroes()
Person
getHeroes in interface Personpublic void setHeroes(List<String> heroes)
Person
setHeroes in interface Personheroes - a list of the person's favorite heroespublic String getHumor()
Person
getHumor in interface Personpublic void setHumor(String humor)
Person
setHumor in interface Personhumor - the person's thoughts on humorpublic String getId()
Person
getId in interface Personpublic void setId(String id)
Person
setId in interface Personid - the permanent ID of the personpublic List<ListField> getIms()
Person
getIms in interface Personpublic void setIms(List<ListField> ims)
Person
setIms in interface Personims - a list ListFields representing IM addresses.public List<String> getInterests()
Person
getInterests in interface Personpublic void setInterests(List<String> interests)
Person
setInterests in interface Personinterests - the person's interests, hobbies or passionspublic String getJobInterests()
Person
getJobInterests in interface Personpublic void setJobInterests(String jobInterests)
Person
setJobInterests in interface PersonjobInterests - the Person's favorite jobs, or job interests and skillspublic List<String> getLanguagesSpoken()
Person
getLanguagesSpoken in interface Personpublic void setLanguagesSpoken(List<String> languagesSpoken)
Person
setLanguagesSpoken in interface PersonlanguagesSpoken - a List of the languages that the person speakspublic Date getUpdated()
Person
getUpdated in interface Personpublic void setUpdated(Date updated)
Person
setUpdated in interface Personupdated - the last update timepublic String getLivingArrangement()
Person
getLivingArrangement in interface Personpublic void setLivingArrangement(String livingArrangement)
Person
setLivingArrangement in interface PersonlivingArrangement - a description of the person's living arrangementpublic List<Enum<LookingFor>> getLookingFor()
PersonEnum with the enum's key referencing
LookingFor Container support for this field is OPTIONAL.
getLookingFor in interface Personpublic void setLookingFor(List<Enum<LookingFor>> lookingFor)
PersonEnum with the enum's key referencing
LookingFor Container support for this field is OPTIONAL.
setLookingFor in interface PersonlookingFor - person's statement about who or what they are looking forpublic List<String> getMovies()
Person
getMovies in interface Personpublic void setMovies(List<String> movies)
Person
setMovies in interface Personmovies - the Person's favorite moviespublic List<String> getMusic()
Person
getMusic in interface Personpublic void setMusic(List<String> music)
Person
setMusic in interface Personmusic - Person's favorite musicpublic Name getName()
Person
getName in interface Personpublic void setName(Name name)
Person
setName in interface Personname - the person's namepublic Enum<NetworkPresence> getNetworkPresence()
PersonEnum with the enum's key
referencing NetworkPresence. Container support for this field is OPTIONAL.
getNetworkPresence in interface Personpublic void setNetworkPresence(Enum<NetworkPresence> networkPresence)
PersonEnum with the enum's key
referencing NetworkPresence. Container support for this field is OPTIONAL.
setNetworkPresence in interface PersonnetworkPresence - the person's current network statuspublic String getNickname()
Person
getNickname in interface Personpublic void setNickname(String nickname)
Person
setNickname in interface Personnickname - the person's nickname.public List<Organization> getOrganizations()
Person
getOrganizations in interface Personpublic void setOrganizations(List<Organization> organizations)
Person
setOrganizations in interface Personorganizations - a list of Organisation objectspublic String getPets()
Person
getPets in interface Personpublic void setPets(String pets)
Person
setPets in interface Personpets - a description of the person's petspublic List<ListField> getPhoneNumbers()
Person
getPhoneNumbers in interface Personpublic void setPhoneNumbers(List<ListField> phoneNumbers)
Person
setPhoneNumbers in interface PersonphoneNumbers - the Phone numbers associated with the personpublic List<ListField> getPhotos()
Person
getPhotos in interface Personpublic void setPhotos(List<ListField> photos)
Person
setPhotos in interface Personphotos - a list of photos.Person.getPhotos()public String getPoliticalViews()
Person
getPoliticalViews in interface Personpublic void setPoliticalViews(String politicalViews)
Person
setPoliticalViews in interface PersonpoliticalViews - the Person's political viewspublic String getPreferredUsername()
Person
getPreferredUsername in interface Personpublic void setPreferredUsername(String preferredUsername)
Person
setPreferredUsername in interface PersonpreferredUsername - the Person's preferred usernamepublic Url getProfileSong()
PersonUrl. Container support for this field
is OPTIONAL.
getProfileSong in interface Personpublic void setProfileSong(Url profileSong)
PersonUrl. Container support for this field
is OPTIONAL.
setProfileSong in interface PersonprofileSong - the Person's profile songpublic Url getProfileVideo()
Person
getProfileVideo in interface Personpublic void setProfileVideo(Url profileVideo)
Person
setProfileVideo in interface PersonprofileVideo - the Person's profile videopublic List<String> getQuotes()
Person
getQuotes in interface Personpublic void setQuotes(List<String> quotes)
Person
setQuotes in interface Personquotes - the person's favorite quotespublic String getRelationshipStatus()
Person
getRelationshipStatus in interface Personpublic void setRelationshipStatus(String relationshipStatus)
Person
setRelationshipStatus in interface PersonrelationshipStatus - the person's relationship statuspublic String getReligion()
Person
getReligion in interface Personpublic void setReligion(String religion)
Person
setReligion in interface Personreligion - the person's relgion or religious viewspublic String getRomance()
Person
getRomance in interface Personpublic void setRomance(String romance)
Person
setRomance in interface Personromance - the person's comments about romance,public String getScaredOf()
Person
getScaredOf in interface Personpublic void setScaredOf(String scaredOf)
Person
setScaredOf in interface PersonscaredOf - what the person is scared ofpublic String getSexualOrientation()
Person
getSexualOrientation in interface Personpublic void setSexualOrientation(String sexualOrientation)
Person
setSexualOrientation in interface PersonsexualOrientation - the person's sexual orientationpublic Enum<Smoker> getSmoker()
Person
getSmoker in interface Personpublic void setSmoker(Enum<Smoker> newSmoker)
Person
setSmoker in interface PersonnewSmoker - the person's smoking statuspublic List<String> getSports()
Person
getSports in interface Personpublic void setSports(List<String> sports)
Person
setSports in interface Personsports - the person's favorite sportspublic String getStatus()
Person
getStatus in interface Personpublic void setStatus(String status)
Person
setStatus in interface Personstatus - the person's status, headline or shoutoutpublic List<String> getTags()
Person
getTags in interface Personpublic void setTags(List<String> tags)
Person
setTags in interface Persontags - arbitrary tags about the person.public Long getUtcOffset()
Person
getUtcOffset in interface Personpublic void setUtcOffset(Long utcOffset)
Person
setUtcOffset in interface PersonutcOffset - the Person's time zonepublic List<String> getTurnOffs()
Person
getTurnOffs in interface Personpublic void setTurnOffs(List<String> turnOffs)
Person
setTurnOffs in interface PersonturnOffs - the person's turn offspublic List<String> getTurnOns()
Person
getTurnOns in interface Personpublic void setTurnOns(List<String> turnOns)
Person
setTurnOns in interface PersonturnOns - the person's turn onspublic List<String> getTvShows()
Person
getTvShows in interface Personpublic void setTvShows(List<String> tvShows)
Person
setTvShows in interface PersontvShows - the person's favorite TV shows.public List<Url> getUrls()
Person
getUrls in interface Personpublic void setUrls(List<Url> urls)
Person
setUrls in interface Personurls - the URLs related to the person, their webpages, or feedspublic boolean getIsOwner()
getIsOwner in interface Personpublic void setIsOwner(boolean isOwner)
Person
setIsOwner in interface PersonisOwner - the isOwnerflagpublic boolean getIsViewer()
Person
getIsViewer in interface Personpublic void setIsViewer(boolean isViewer)
Person
setIsViewer in interface PersonisViewer - the isViewer Flagpublic String getProfileUrl()
Person
getProfileUrl in interface Personpublic void setProfileUrl(String profileUrl)
Person
setProfileUrl in interface PersonprofileUrl - the person's profile URLpublic String getThumbnailUrl()
Person
getThumbnailUrl in interface Personpublic void setThumbnailUrl(String thumbnailUrl)
Person
setThumbnailUrl in interface PersonthumbnailUrl - the person's photo thumbnail URLpublic Map<String,String> getExtensions()
Person
getExtensions in interface Personpublic void setExtensions(Map<String,String> extensions)
Person
setExtensions in interface Personextensions - the extensions to setpublic String getVoot_membership_role()
getVoot_membership_role in interface Personpublic void setVoot_membership_role(String voot_membership_role)
setVoot_membership_role in interface Personvoot_membership_role - the voot_membership_role to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||