public class CmsLocaleComparePropertyData extends java.lang.Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
CmsLocaleComparePropertyData()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
CmsUUID |
getDefaultFileId()
Returns the defaultFileId.
|
java.util.Map<java.lang.String,CmsClientProperty> |
getDefaultFileProperties()
Returns the defaultFileProperties.
|
java.util.List<java.lang.String> |
getForbiddenUrlNames()
Gets the list of forbidden url names.
|
CmsUUID |
getId()
Gets the structure id of the entry to edit.
|
CmsClientProperty |
getInheritedProperty(java.lang.String name)
Gets the inherited property with the given name , or null if none exist.
|
java.lang.String |
getName()
Gets the current name.
|
java.util.Map<java.lang.String,CmsClientProperty> |
getOwnProperties()
Returns the ownProperties.
|
java.lang.String |
getPath()
Returns the path.
|
boolean |
hasEditableName()
Returns tree if the entry has an editable name.
|
boolean |
isFolder()
Returns the isFolder.
|
void |
setDefaultFileId(CmsUUID defaultFileId)
Sets the defaultFileId.
|
void |
setDefaultFileProperties(java.util.Map<java.lang.String,CmsClientProperty> defaultFileProperties)
Sets the defaultFileProperties.
|
void |
setFolder(boolean isFolder)
Sets the isFolder.
|
void |
setForbiddenUrlNames(java.util.List<java.lang.String> forbiddenUrlNames)
Sets the forbiddenUrlNames.
|
void |
setHasEditableName(boolean editable)
Enables / disables editing of the file name.
|
void |
setId(CmsUUID id)
Sets the structure id of the entry to edit.
|
void |
setInheritedProperties(java.util.Map<java.lang.String,CmsClientProperty> inheritedProps)
Sets the inherited properties.
|
void |
setName(java.lang.String name)
Sets the name.
|
void |
setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
Sets the ownProperties.
|
void |
setPath(java.lang.String path)
Sets the path.
|
public CmsLocaleComparePropertyData()
Creates a new, empty instance.
public CmsUUID getDefaultFileId()
public java.util.Map<java.lang.String,CmsClientProperty> getDefaultFileProperties()
public java.util.List<java.lang.String> getForbiddenUrlNames()
public CmsUUID getId()
public CmsClientProperty getInheritedProperty(java.lang.String name)
name
- the property namepublic java.lang.String getName()
public java.util.Map<java.lang.String,CmsClientProperty> getOwnProperties()
public java.lang.String getPath()
public boolean hasEditableName()
public boolean isFolder()
public void setDefaultFileId(CmsUUID defaultFileId)
defaultFileId
- the defaultFileId to setpublic void setDefaultFileProperties(java.util.Map<java.lang.String,CmsClientProperty> defaultFileProperties)
defaultFileProperties
- the defaultFileProperties to setpublic void setFolder(boolean isFolder)
isFolder
- the isFolder to setpublic void setForbiddenUrlNames(java.util.List<java.lang.String> forbiddenUrlNames)
forbiddenUrlNames
- the forbiddenUrlNames to setpublic void setHasEditableName(boolean editable)
editable
- true if the file name should be editablepublic void setId(CmsUUID id)
id
- the idpublic void setInheritedProperties(java.util.Map<java.lang.String,CmsClientProperty> inheritedProps)
inheritedProps
- the inherited propertiespublic void setName(java.lang.String name)
name
- the namepublic void setOwnProperties(java.util.Map<java.lang.String,CmsClientProperty> ownProperties)
ownProperties
- the ownProperties to setpublic void setPath(java.lang.String path)
path
- the path to set