@Generated(value="")
public class StructuredContentFolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StructuredContentFolder.ViewableBy |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
actions |
protected java.lang.String |
assetLibraryKey |
protected Creator |
creator |
protected CustomField[] |
customFields |
protected java.util.Date |
dateCreated |
protected java.util.Date |
dateModified |
protected java.lang.String |
description |
protected java.lang.String |
externalReferenceCode |
protected java.lang.Long |
id |
protected @NotEmpty java.lang.String |
name |
protected java.lang.Integer |
numberOfStructuredContentFolders |
protected java.lang.Integer |
numberOfStructuredContents |
protected java.lang.Long |
parentStructuredContentFolderId |
protected java.lang.Long |
siteId |
protected java.lang.Boolean |
subscribed |
protected StructuredContentFolder.ViewableBy |
viewableBy |
java.lang.String |
xClassName |
Constructor and Description |
---|
StructuredContentFolder() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getActions() |
java.lang.String |
getAssetLibraryKey() |
@Valid Creator |
getCreator() |
@Valid CustomField[] |
getCustomFields() |
java.util.Date |
getDateCreated() |
java.util.Date |
getDateModified() |
java.lang.String |
getDescription() |
java.lang.String |
getExternalReferenceCode() |
java.lang.Long |
getId() |
java.lang.String |
getName() |
java.lang.Integer |
getNumberOfStructuredContentFolders() |
java.lang.Integer |
getNumberOfStructuredContents() |
java.lang.Long |
getParentStructuredContentFolderId() |
java.lang.Long |
getSiteId() |
java.lang.Boolean |
getSubscribed() |
@Valid StructuredContentFolder.ViewableBy |
getViewableBy() |
java.lang.String |
getViewableByAsString() |
int |
hashCode() |
void |
setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions) |
void |
setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier) |
void |
setAssetLibraryKey(java.lang.String assetLibraryKey) |
void |
setAssetLibraryKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetLibraryKeyUnsafeSupplier) |
void |
setCreator(Creator creator) |
void |
setCreator(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> creatorUnsafeSupplier) |
void |
setCustomFields(CustomField[] customFields) |
void |
setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[],java.lang.Exception> customFieldsUnsafeSupplier) |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier) |
void |
setDateModified(java.util.Date dateModified) |
void |
setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier) |
void |
setDescription(java.lang.String description) |
void |
setDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> descriptionUnsafeSupplier) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setNumberOfStructuredContentFolders(java.lang.Integer numberOfStructuredContentFolders) |
void |
setNumberOfStructuredContentFolders(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> numberOfStructuredContentFoldersUnsafeSupplier) |
void |
setNumberOfStructuredContents(java.lang.Integer numberOfStructuredContents) |
void |
setNumberOfStructuredContents(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> numberOfStructuredContentsUnsafeSupplier) |
void |
setParentStructuredContentFolderId(java.lang.Long parentStructuredContentFolderId) |
void |
setParentStructuredContentFolderId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> parentStructuredContentFolderIdUnsafeSupplier) |
void |
setSiteId(java.lang.Long siteId) |
void |
setSiteId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> siteIdUnsafeSupplier) |
void |
setSubscribed(java.lang.Boolean subscribed) |
void |
setSubscribed(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> subscribedUnsafeSupplier) |
void |
setViewableBy(StructuredContentFolder.ViewableBy viewableBy) |
void |
setViewableBy(com.liferay.petra.function.UnsafeSupplier<StructuredContentFolder.ViewableBy,java.lang.Exception> viewableByUnsafeSupplier) |
static StructuredContentFolder |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static StructuredContentFolder |
unsafeToDTO(java.lang.String json) |
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions
protected java.lang.String assetLibraryKey
protected Creator creator
protected CustomField[] customFields
protected java.util.Date dateCreated
protected java.util.Date dateModified
protected java.lang.String description
protected java.lang.String externalReferenceCode
protected java.lang.Long id
@NotEmpty protected @NotEmpty java.lang.String name
protected java.lang.Integer numberOfStructuredContentFolders
protected java.lang.Integer numberOfStructuredContents
protected java.lang.Long parentStructuredContentFolderId
protected java.lang.Long siteId
protected java.lang.Boolean subscribed
protected StructuredContentFolder.ViewableBy viewableBy
public java.lang.String xClassName
public static StructuredContentFolder toDTO(java.lang.String json)
public static StructuredContentFolder unsafeToDTO(java.lang.String json)
@Valid public @Valid java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getActions()
public void setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions)
public void setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier)
public java.lang.String getAssetLibraryKey()
public void setAssetLibraryKey(java.lang.String assetLibraryKey)
public void setAssetLibraryKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> assetLibraryKeyUnsafeSupplier)
@Valid public @Valid Creator getCreator()
public void setCreator(Creator creator)
public void setCreator(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> creatorUnsafeSupplier)
@Valid public @Valid CustomField[] getCustomFields()
public void setCustomFields(CustomField[] customFields)
public void setCustomFields(com.liferay.petra.function.UnsafeSupplier<CustomField[],java.lang.Exception> customFieldsUnsafeSupplier)
public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier)
public java.util.Date getDateModified()
public void setDateModified(java.util.Date dateModified)
public void setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> descriptionUnsafeSupplier)
public java.lang.String getExternalReferenceCode()
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public java.lang.Integer getNumberOfStructuredContentFolders()
public void setNumberOfStructuredContentFolders(java.lang.Integer numberOfStructuredContentFolders)
public void setNumberOfStructuredContentFolders(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> numberOfStructuredContentFoldersUnsafeSupplier)
public java.lang.Integer getNumberOfStructuredContents()
public void setNumberOfStructuredContents(java.lang.Integer numberOfStructuredContents)
public void setNumberOfStructuredContents(com.liferay.petra.function.UnsafeSupplier<java.lang.Integer,java.lang.Exception> numberOfStructuredContentsUnsafeSupplier)
public java.lang.Long getParentStructuredContentFolderId()
public void setParentStructuredContentFolderId(java.lang.Long parentStructuredContentFolderId)
public void setParentStructuredContentFolderId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> parentStructuredContentFolderIdUnsafeSupplier)
public java.lang.Long getSiteId()
public void setSiteId(java.lang.Long siteId)
public void setSiteId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> siteIdUnsafeSupplier)
public java.lang.Boolean getSubscribed()
public void setSubscribed(java.lang.Boolean subscribed)
public void setSubscribed(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> subscribedUnsafeSupplier)
@Valid public @Valid StructuredContentFolder.ViewableBy getViewableBy()
public java.lang.String getViewableByAsString()
public void setViewableBy(StructuredContentFolder.ViewableBy viewableBy)
public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<StructuredContentFolder.ViewableBy,java.lang.Exception> viewableByUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object