public class CommunitySummary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
creationDate |
protected String |
description |
protected String |
id |
protected LocalDateTime |
lastUpdateDate |
protected String |
logoUrl |
protected String |
name |
protected String |
plan |
protected String |
queryId |
protected String |
shortName |
protected CommunityStatus |
status |
protected CommunityType |
type |
protected String |
zenodoCommunity |
| Constructor and Description |
|---|
CommunitySummary() |
CommunitySummary(CommunitySummary summary) |
CommunitySummary(String id,
String queryId,
CommunityType type,
String name,
String shortName,
LocalDateTime creationDate,
LocalDateTime lastUpdateDate,
String description,
String logoUrl,
CommunityStatus status,
String zenodoCommunity,
String plan) |
| Modifier and Type | Method and Description |
|---|---|
CommunityClaimType |
getClaim() |
LocalDateTime |
getCreationDate() |
String |
getDescription() |
String |
getId() |
LocalDateTime |
getLastUpdateDate() |
String |
getLogoUrl() |
CommunityMembershipType |
getMembership() |
String |
getName() |
String |
getPlan() |
String |
getQueryId() |
String |
getShortName() |
CommunityStatus |
getStatus() |
CommunityType |
getType() |
String |
getZenodoCommunity() |
void |
setClaim(CommunityClaimType claim) |
void |
setCreationDate(LocalDateTime creationDate) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLastUpdateDate(LocalDateTime lastUpdateDate) |
void |
setLogoUrl(String logoUrl) |
void |
setMembership(CommunityMembershipType membership) |
void |
setName(String name) |
void |
setPlan(String plan) |
void |
setQueryId(String queryId) |
void |
setShortName(String shortName) |
void |
setStatus(CommunityStatus status) |
void |
setType(CommunityType type) |
void |
setZenodoCommunity(String zenodoCommunity) |
protected String id
protected String queryId
protected CommunityType type
protected String name
protected String shortName
protected LocalDateTime creationDate
protected LocalDateTime lastUpdateDate
protected String description
protected String logoUrl
protected CommunityStatus status
protected String zenodoCommunity
protected String plan
public CommunitySummary()
public CommunitySummary(String id, String queryId, CommunityType type, String name, String shortName, LocalDateTime creationDate, LocalDateTime lastUpdateDate, String description, String logoUrl, CommunityStatus status, String zenodoCommunity, String plan)
public CommunitySummary(CommunitySummary summary)
public String getId()
public void setId(String id)
public String getQueryId()
public void setQueryId(String queryId)
public CommunityType getType()
public void setType(CommunityType type)
public String getName()
public void setName(String name)
public String getShortName()
public void setShortName(String shortName)
public LocalDateTime getCreationDate()
public void setCreationDate(LocalDateTime creationDate)
public LocalDateTime getLastUpdateDate()
public void setLastUpdateDate(LocalDateTime lastUpdateDate)
public String getDescription()
public void setDescription(String description)
public String getLogoUrl()
public void setLogoUrl(String logoUrl)
public CommunityStatus getStatus()
public void setStatus(CommunityStatus status)
public CommunityClaimType getClaim()
public void setClaim(CommunityClaimType claim)
public CommunityMembershipType getMembership()
public void setMembership(CommunityMembershipType membership)
public String getZenodoCommunity()
public void setZenodoCommunity(String zenodoCommunity)
public String getPlan()
public void setPlan(String plan)
Copyright © 2024. All rights reserved.