public interface UserAccount extends OnlineAccount
List<String> getFirst_name()
void setFirst_name(List<String> first_name)
List<String> getCreator_of()
void setCreator_of(List<String> creator_of)
List<Item> getModifier_of()
void setModifier_of(List<Item> modifier_of)
List<String> getLast_name()
void setLast_name(List<String> last_name)
List<Site> getAdministrator_of()
void setAdministrator_of(List<Site> administrator_of)
List<String> getEmail_sha1()
void setEmail_sha1(List<String> email_sha1)
List<Agent> getAccount_of()
void setAccount_of(List<Agent> account_of)
List<UserAccount> getFollows()
void setFollows(List<UserAccount> follows)
List<String> getOwner_of()
void setOwner_of(List<String> owner_of)
List<Container> getSubscriber_of()
void setSubscriber_of(List<Container> subscriber_of)
List<Usergroup> getMember_of()
void setMember_of(List<Usergroup> member_of)
List<Forum> getModerator_of()
void setModerator_of(List<Forum> moderator_of)
String getURI()
getURI
in interface OnlineAccount