public final class Member extends Object implements Serializable
The Member Object, is used as Accounts in CWS. The Object consists of an Authentication Object, a description, creation and modification dates.
The Authentication Object is mandatory, the description is optional, and only serves as a hint for other Members.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountName() |
Date |
getAdded() |
String |
getMemberId() |
MemberRole |
getMemberRole() |
String |
getPublicKey() |
void |
setAccountName(String accountName) |
void |
setAdded(Date added) |
void |
setMemberId(String memberId) |
void |
setMemberRole(MemberRole memberRole) |
void |
setPublicKey(String publicKey) |
String |
toString() |
public void setMemberId(String memberId)
public String getMemberId()
public void setAccountName(String accountName)
public String getAccountName()
public void setMemberRole(MemberRole memberRole)
public MemberRole getMemberRole()
public void setPublicKey(String publicKey)
public String getPublicKey()
public void setAdded(Date added)
public Date getAdded()
Copyright © 2019 JavaDog.io. All rights reserved.