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, setURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getURI
public 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 UserAccount
public void setFirst_name(List<String> first_name)
setFirst_name
in interface UserAccount
public List<String> getCreator_of()
getCreator_of
in interface UserAccount
public void setCreator_of(List<String> creator_of)
setCreator_of
in interface UserAccount
public List<Item> getModifier_of()
getModifier_of
in interface UserAccount
public void setModifier_of(List<Item> modifier_of)
setModifier_of
in interface UserAccount
public List<String> getLast_name()
getLast_name
in interface UserAccount
public void setLast_name(List<String> last_name)
setLast_name
in interface UserAccount
public List<Site> getAdministrator_of()
getAdministrator_of
in interface UserAccount
public void setAdministrator_of(List<Site> administrator_of)
setAdministrator_of
in interface UserAccount
public List<String> getEmail_sha1()
getEmail_sha1
in interface UserAccount
public void setEmail_sha1(List<String> email_sha1)
setEmail_sha1
in interface UserAccount
public List<Agent> getAccount_of()
getAccount_of
in interface UserAccount
public void setAccount_of(List<Agent> account_of)
setAccount_of
in interface UserAccount
public List<UserAccount> getFollows()
getFollows
in interface UserAccount
public void setFollows(List<UserAccount> follows)
setFollows
in interface UserAccount
public List<String> getOwner_of()
getOwner_of
in interface UserAccount
public void setOwner_of(List<String> owner_of)
setOwner_of
in interface UserAccount
public List<Container> getSubscriber_of()
getSubscriber_of
in interface UserAccount
public void setSubscriber_of(List<Container> subscriber_of)
setSubscriber_of
in interface UserAccount
public List<Usergroup> getMember_of()
getMember_of
in interface UserAccount
public void setMember_of(List<Usergroup> member_of)
setMember_of
in interface UserAccount
public List<Forum> getModerator_of()
getModerator_of
in interface UserAccount
public void setModerator_of(List<Forum> moderator_of)
setModerator_of
in interface UserAccount
public List<String> getEmail()
getEmail
in interface UserAccount
public void setEmail(List<String> email)
setEmail
in interface UserAccount
public List<String> getAvatar()
getAvatar
in interface UserAccount
public void setAvatar(List<String> avatar)
setAvatar
in interface UserAccount