|
||||||||||
| 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(java.lang.String contentId)
addContentId |
void |
addProperties(java.lang.String name,
java.lang.String value)
Adds an item to the space properties map |
boolean |
equals(Space space)
Compares one space to another |
java.util.List<java.lang.String> |
getContentIds()
Getter for the field contentIds. |
java.lang.String |
getId()
Getter for the field id. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Getter for the field properties. |
void |
setContentIds(java.util.List<java.lang.String> contentIds)
Setter for the field contentIds. |
void |
setId(java.lang.String id)
Setter for the field id. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.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 java.lang.String getId()
Getter for the field id.
public void setId(java.lang.String id)
Setter for the field id.
public java.util.Map<java.lang.String,java.lang.String> getProperties()
Getter for the field properties.
public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Setter for the field properties.
public void addProperties(java.lang.String name,
java.lang.String value)
Adds an item to the space properties map
name - properties keyvalue - properties valuepublic java.util.List<java.lang.String> getContentIds()
Getter for the field contentIds.
public void setContentIds(java.util.List<java.lang.String> contentIds)
Setter for the field contentIds.
public void addContentId(java.lang.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 | |||||||||