public class Space extends Object
| Constructor and Description |
|---|
Space() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public String getId()
Getter for the field id.
public void setId(String id)
Setter for the field id.
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 void addContentId(String contentId)
addContentId
public boolean equals(Space space)
Compares one space to another
Copyright © 2009-2013 DuraSpace. All Rights Reserved.