public abstract class BlogMember extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
BlogMember.Factory
Constructs new instances of
BlogMember . |
Constructor and Description |
---|
BlogMember() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an BlogMember instance and all identifiers for
this entity equal the identifiers of the argument entity. |
Blog |
getBlog() |
abstract String |
getExternalSystemId()
The systemId of the system that created/added the member.
|
Long |
getId() |
CommunoteEntity |
getMemberEntity() |
BlogRole |
getRole()
The role of the member in the bog.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBlog(Blog blog) |
void |
setId(Long id) |
void |
setMemberEntity(CommunoteEntity entity) |
void |
setRole(BlogRole role) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an BlogMember instance and all identifiers for
this entity equal the identifiers of the argument entity. Returns false
otherwise.public Blog getBlog()
public abstract String getExternalSystemId()
The systemId of the system that created/added the member. If the value is null, the member was created by communote.
public Long getId()
public CommunoteEntity getMemberEntity()
public BlogRole getRole()
The role of the member in the bog.
public int hashCode()
public void setBlog(Blog blog)
public void setId(Long id)
public void setMemberEntity(CommunoteEntity entity)
public void setRole(BlogRole role)
Copyright © 2019 Communote team. All rights reserved.