public class CmsInheritanceInfo
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
构造器和说明 |
---|
CmsInheritanceInfo()
Creates a new instance.
|
CmsInheritanceInfo(java.lang.String key,
boolean visibility,
boolean isNew)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getClientId()
Returns the elements client id.
|
java.lang.String |
getKey()
Returns the key identifying the container element.
|
java.lang.String |
getPath()
Gets the path from which this element was inherited.
|
boolean |
isNew()
Returns true if this container element is new.
|
boolean |
isParentVisible()
Returns the parent configuration's visibility.
|
boolean |
isVisibilityInherited()
Returns the visibilityInherited.
|
boolean |
isVisible()
Gets the container element's visibility.
|
void |
setClientId(java.lang.String clientId)
Sets the elements client id.
|
void |
setIsNew(boolean isNew)
Sets the 'new' field.
|
void |
setKey(java.lang.String key)
Sets the key identifying this container element.
|
void |
setParentVisible(boolean parentVisible)
Sets the parent visibility.
|
void |
setPath(java.lang.String path)
Sets the path.
|
void |
setVisibilityInherited(boolean visibilityInherited)
Sets the 'visibilityInherited' attribute.
|
void |
setVisible(boolean visibility)
Sets the new visibility.
|
public CmsInheritanceInfo()
public CmsInheritanceInfo(java.lang.String key, boolean visibility, boolean isNew)
key
- the key identifying the container elementvisibility
- the visibility of the container elementisNew
- if true, the element is newpublic java.lang.String getClientId()
public java.lang.String getKey()
public java.lang.String getPath()
public boolean isNew()
public boolean isParentVisible()
public boolean isVisibilityInherited()
public boolean isVisible()
public void setClientId(java.lang.String clientId)
clientId
- the elements client id to setpublic void setIsNew(boolean isNew)
isNew
- the new value for the 'new' fieldpublic void setKey(java.lang.String key)
key
- the key identifying the container elementpublic void setParentVisible(boolean parentVisible)
parentVisible
- the new value for the parent visibilitypublic void setPath(java.lang.String path)
path
- the new value for the pathpublic void setVisibilityInherited(boolean visibilityInherited)
visibilityInherited
- the new value of the 'visibilityInherited' attributepublic void setVisible(boolean visibility)
visibility
- the new value of the visibility