public abstract class ExternalBlogMember extends BlogMemberImpl
Modifier and Type | Class and Description |
---|---|
static class |
ExternalBlogMember.Factory
Constructs new instances of
ExternalBlogMember . |
Constructor and Description |
---|
ExternalBlogMember() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.blog.BlogMemberImpl class it will simply
delegate the call up there. |
String |
getExternalSystemId()
The systemId of the system that created/added the member.
|
int |
hashCode()
This entity does not have any identifiers but since it extends the
com.communote.server.persistence.blog.BlogMemberImpl class it will simply
delegate the call up there. |
void |
setExternalSystemId(String externalSystemId) |
getBlog, getId, getMemberEntity, getRole, setBlog, setId, setMemberEntity, setRole
public String attributesToString()
attributesToString
in class BlogMember
public boolean equals(Object object)
com.communote.server.persistence.blog.BlogMemberImpl
class it will simply
delegate the call up there.equals
in class BlogMember
BlogMember.equals(Object)
public String getExternalSystemId()
The systemId of the system that created/added the member. If the value is null, the member was created by communote.
getExternalSystemId
in class BlogMemberImpl
BlogMember.getExternalSystemId()
public int hashCode()
com.communote.server.persistence.blog.BlogMemberImpl
class it will simply
delegate the call up there.hashCode
in class BlogMember
BlogMember.hashCode()
public void setExternalSystemId(String externalSystemId)
Copyright © 2019 Communote team. All rights reserved.