org.jbpm.console.ng.dm.model
Class CMSContentSummary
java.lang.Object
org.uberfire.paging.AbstractPageRow
org.jbpm.console.ng.ga.model.GenericSummary
org.jbpm.console.ng.dm.model.CMSContentSummary
- All Implemented Interfaces:
- Serializable, Comparable<org.uberfire.paging.AbstractPageRow>
- Direct Known Subclasses:
- DocumentSummary, FolderSummary
public abstract class CMSContentSummary
- extends org.jbpm.console.ng.ga.model.GenericSummary
- See Also:
- Serialized Form
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary |
id, name |
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary |
equals, hashCode, setId |
Methods inherited from class org.uberfire.paging.AbstractPageRow |
compareTo |
CMSContentSummary
public CMSContentSummary(String name,
String id,
String path)
CMSContentSummary
public CMSContentSummary()
getContentType
public abstract CMSContentSummary.ContentType getContentType()
getId
public String getId()
- Overrides:
getId
in class org.jbpm.console.ng.ga.model.GenericSummary
getName
public String getName()
- Overrides:
getName
in class org.jbpm.console.ng.ga.model.GenericSummary
setId
public void setId(String id)
setName
public void setName(String name)
- Overrides:
setName
in class org.jbpm.console.ng.ga.model.GenericSummary
setParent
public void setParent(CMSContentSummary parent)
getParent
public CMSContentSummary getParent()
getPath
public String getPath()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.