public class UserAccountImpl extends Something implements UserAccount
| Modifier and Type | Field and Description |
|---|---|
List<Agent> |
account_of
Refers to the foaf:Agent or foaf:Person who owns this sioc:UserAccount.
|
List<Site> |
administrator_of
A Site that the UserAccount is an administrator of.
|
List<String> |
avatar
An image or depiction used to represent this UserAccount.
|
List<String> |
creator_of
A resource that the UserAccount is a creator of.
|
List<String> |
email
An electronic mail address of the UserAccount.
|
List<String> |
email_sha1
An electronic mail address of the UserAccount, encoded using SHA1.
|
List<String> |
first_name
First (real) name of this User.
|
List<UserAccount> |
follows
Indicates that one UserAccount follows another UserAccount (e.g.
|
List<String> |
last_name
Last (real) name of this user.
|
List<Usergroup> |
member_of
A Usergroup that this UserAccount is a member of.
|
List<Forum> |
moderator_of
A Forum that a UserAccount is a moderator of.
|
List<Item> |
modifier_of
An Item that this UserAccount has modified.
|
List<String> |
owner_of
A resource owned by a particular UserAccount, for example, a weblog or
image gallery.
|
List<Container> |
subscriber_of
A Container that a UserAccount is subscribed to.
|
| Constructor and Description |
|---|
UserAccountImpl() |
addUnvalidatedRelation, addUnvalidatedTuple, getURI, setAllowUnvalidatedRelations, setAllowUnvalidatedTriples, setURIclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetURIpublic List<String> first_name
public List<String> creator_of
public List<Item> modifier_of
public List<String> last_name
public List<Site> administrator_of
public List<String> email_sha1
public List<Agent> account_of
public List<UserAccount> follows
public List<String> owner_of
public List<Container> subscriber_of
public List<Forum> moderator_of
public UserAccountImpl()
public List<String> getFirst_name()
getFirst_name in interface UserAccountpublic void setFirst_name(List<String> first_name)
setFirst_name in interface UserAccountpublic List<String> getCreator_of()
getCreator_of in interface UserAccountpublic void setCreator_of(List<String> creator_of)
setCreator_of in interface UserAccountpublic List<Item> getModifier_of()
getModifier_of in interface UserAccountpublic void setModifier_of(List<Item> modifier_of)
setModifier_of in interface UserAccountpublic List<String> getLast_name()
getLast_name in interface UserAccountpublic void setLast_name(List<String> last_name)
setLast_name in interface UserAccountpublic List<Site> getAdministrator_of()
getAdministrator_of in interface UserAccountpublic void setAdministrator_of(List<Site> administrator_of)
setAdministrator_of in interface UserAccountpublic List<String> getEmail_sha1()
getEmail_sha1 in interface UserAccountpublic void setEmail_sha1(List<String> email_sha1)
setEmail_sha1 in interface UserAccountpublic List<Agent> getAccount_of()
getAccount_of in interface UserAccountpublic void setAccount_of(List<Agent> account_of)
setAccount_of in interface UserAccountpublic List<UserAccount> getFollows()
getFollows in interface UserAccountpublic void setFollows(List<UserAccount> follows)
setFollows in interface UserAccountpublic List<String> getOwner_of()
getOwner_of in interface UserAccountpublic void setOwner_of(List<String> owner_of)
setOwner_of in interface UserAccountpublic List<Container> getSubscriber_of()
getSubscriber_of in interface UserAccountpublic void setSubscriber_of(List<Container> subscriber_of)
setSubscriber_of in interface UserAccountpublic List<Usergroup> getMember_of()
getMember_of in interface UserAccountpublic void setMember_of(List<Usergroup> member_of)
setMember_of in interface UserAccountpublic List<Forum> getModerator_of()
getModerator_of in interface UserAccountpublic void setModerator_of(List<Forum> moderator_of)
setModerator_of in interface UserAccountpublic List<String> getEmail()
getEmail in interface UserAccountpublic void setEmail(List<String> email)
setEmail in interface UserAccountpublic List<String> getAvatar()
getAvatar in interface UserAccountpublic void setAvatar(List<String> avatar)
setAvatar in interface UserAccount