|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.duracloud.domain.Space
public class Space
A Space - the container in which content is stored.
Constructor Summary | |
---|---|
Space()
|
Method Summary | |
---|---|
void |
addContentId(String contentId)
addContentId |
void |
addProperties(String name,
String value)
Adds an item to the space properties map |
boolean |
equals(Space space)
Compares one space to another |
List<String> |
getContentIds()
Getter for the field contentIds . |
String |
getId()
Getter for the field id . |
Map<String,String> |
getProperties()
Getter for the field properties . |
void |
setContentIds(List<String> contentIds)
Setter for the field contentIds . |
void |
setId(String id)
Setter for the field id . |
void |
setProperties(Map<String,String> properties)
Setter for the field properties . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Space()
Method Detail |
---|
public String getId()
Getter for the field id
.
public void setId(String id)
Setter for the field id
.
public Map<String,String> getProperties()
Getter for the field properties
.
public void setProperties(Map<String,String> properties)
Setter for the field properties
.
public void addProperties(String name, String value)
Adds an item to the space properties map
name
- properties keyvalue
- properties valuepublic List<String> getContentIds()
Getter for the field contentIds
.
public void setContentIds(List<String> contentIds)
Setter for the field contentIds
.
public void addContentId(String contentId)
addContentId
public boolean equals(Space space)
Compares one space to another
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |