public class Community extends DriverResource
| Constructor and Description |
|---|
Community()
The default constructor sets the resourceKind to CommunityDSResources,
resourceType to CommunityDSResourceType and dateOfCreation to the current system date.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getAuthoritativeDocuments() |
Set<String> |
getCollections() |
String |
getCommunityId()
Deprecated.
|
String |
getDescription() |
Set<String> |
getManagers() |
String |
getName() |
String |
getOwner() |
Set<String> |
getRecommendations() |
String |
getShortDescription() |
int |
hashCode() |
void |
setAuthoritativeDocuments(Set<String> authoritativeDocuments) |
void |
setCollections(Set<String> collections) |
void |
setCommunityId(String id)
Deprecated.
|
void |
setDescription(String description) |
void |
setManagers(Set<String> managers) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setRecommendations(Set<String> recommendations) |
void |
setShortDescription(String value) |
getDateOfCreation, getResourceId, getResourceKind, getResourceType, getResourceUri, setDateOfCreation, setResourceId, setResourceKind, setResourceType, setResourceUripublic Community()
@Deprecated public String getCommunityId()
@Deprecated public void setCommunityId(String id)
public String getName()
public void setName(String name)
public String getOwner()
public void setOwner(String owner)
public String getDescription()
public void setDescription(String description)
public boolean equals(Object o)
equals in class DriverResourcepublic int hashCode()
hashCode in class DriverResourcepublic String getShortDescription()
public void setShortDescription(String value)
Copyright © 2017. All rights reserved.