public class CmsAliasTableRow
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsAliasTableRow()
Default constructor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
clearErrors()
Clears validation errors.
|
CmsAliasTableRow |
copy()
Copies this object.
|
void |
editAliasPath(java.lang.String newPath)
Changes the alias path.
|
void |
editResourcePath(java.lang.String newPath)
Changes the resource path.
|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getAliasError()
Gets the alias path error message.
|
java.lang.String |
getAliasPath()
Gets the resource path error message.
|
java.lang.String |
getKey()
Gets the internal key for the row.
|
CmsAliasMode |
getMode()
Gets the alias mode.
|
CmsUUID |
getOriginalStructureId()
Gets the original structure id.
|
java.lang.String |
getPathError()
Gets the resource path error message.
|
java.lang.String |
getResourcePath()
Gets the resource path.
|
CmsUUID |
getStructureId()
Gets the structure id.
|
boolean |
hasErrors()
Checks whether any validation errors have been set.
|
int |
hashCode() |
boolean |
isChanged()
Checks whether this row is changed.
|
boolean |
isEdited()
Checks whether this row is edited.
|
void |
setAliasError(java.lang.String aliasError)
Sets the alias error message.
|
void |
setAliasPath(java.lang.String aliasPath)
Sets the alias path.
|
void |
setChanged(boolean isChanged)
Sets the 'changed' flag.
|
void |
setEdited(boolean isEdited)
Sets the 'edited' flag.
|
void |
setKey(java.lang.String key)
Sets the internal key.
|
void |
setMode(CmsAliasMode mode)
Sets the alias mode.
|
void |
setOriginalStructureId(CmsUUID originalStructureId)
Sets the original structure id.
|
void |
setPathError(java.lang.String pathError)
Sets the resource path error message.
|
void |
setResourcePath(java.lang.String resourcePath)
Sets the resource path.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id.
|
void |
update(CmsAliasTableRow updateRow)
Updates this bean with data from another instance.
|
public void clearErrors()
public CmsAliasTableRow copy()
public void editAliasPath(java.lang.String newPath)
newPath
- the new alias pathpublic void editResourcePath(java.lang.String newPath)
newPath
- the new resource pathpublic boolean equals(java.lang.Object other)
equals
在类中 java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String getAliasError()
public java.lang.String getAliasPath()
public java.lang.String getKey()
This key is artificially generated, it has no significance for the alias itself but is only used during editing to keep track of rows.
public CmsAliasMode getMode()
public CmsUUID getOriginalStructureId()
public java.lang.String getPathError()
public java.lang.String getResourcePath()
public CmsUUID getStructureId()
public boolean hasErrors()
public int hashCode()
hashCode
在类中 java.lang.Object
Object.hashCode()
public boolean isChanged()
public boolean isEdited()
public void setAliasError(java.lang.String aliasError)
aliasError
- the alias error messagepublic void setAliasPath(java.lang.String aliasPath)
aliasPath
- the new alias pathpublic void setChanged(boolean isChanged)
isChanged
- the new value of the 'changed' flagpublic void setEdited(boolean isEdited)
isEdited
- the new value of the 'edited' flagpublic void setKey(java.lang.String key)
key
- the internal keypublic void setMode(CmsAliasMode mode)
mode
- the new alias modepublic void setOriginalStructureId(CmsUUID originalStructureId)
originalStructureId
- the original structure id valuepublic void setPathError(java.lang.String pathError)
pathError
- the resource path error messagepublic void setResourcePath(java.lang.String resourcePath)
resourcePath
- the resource pathpublic void setStructureId(CmsUUID structureId)
structureId
- the structure idpublic void update(CmsAliasTableRow updateRow)
updateRow
- the bean which the data should be updated from