|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.smsplugin.types.SMSCreateParameters
org.gcube.contentmanagement.contentmanager.smsplugin.types.SMSWrapCollection
public class SMSWrapCollection
Parameters to indicate a collection wrapping.
Constructor Summary | |
---|---|
SMSWrapCollection()
Empty constructor for serialization only. |
|
SMSWrapCollection(java.lang.String collectionID,
java.lang.String description,
boolean userCollection,
SMSDelegateType delegateType)
Create the wrap parameters. |
Method Summary | |
---|---|
java.lang.String |
getCollectionDescription()
|
java.lang.String |
getCollectionID()
Returns the collection id. |
boolean |
isUserCollection()
|
void |
setCollectionDescription(java.lang.String description)
|
void |
setCollectionID(java.lang.String id)
Sets the collection id. |
void |
setUserCollection(boolean userCollection)
|
Methods inherited from class org.gcube.contentmanagement.contentmanager.smsplugin.types.SMSCreateParameters |
---|
getDelegateType, setDelegateType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SMSWrapCollection()
public SMSWrapCollection(java.lang.String collectionID, java.lang.String description, boolean userCollection, SMSDelegateType delegateType)
collectionID
- the collection id.description
- the collection description.userCollection
- the userCollection flag.delegateType
- the delegate type;Method Detail |
---|
public java.lang.String getCollectionID()
public void setCollectionID(java.lang.String id)
id
- the collection id.public java.lang.String getCollectionDescription()
public void setCollectionDescription(java.lang.String description)
description
- the description to setpublic boolean isUserCollection()
public void setUserCollection(boolean userCollection)
userCollection
- the userCollection to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |