| java.lang.Object com.flexive.shared.AbstractSelectableObjectWithName com.flexive.shared.tree.FxTemplateInfo
FxTemplateInfo | public class FxTemplateInfo extends AbstractSelectableObjectWithName implements Serializable(Code) | | Information about a template
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Constructor Summary | |
public | FxTemplateInfo(TemplateEngine.Type templateType, boolean isLive, boolean hasLiveVersion, boolean isInSync) | public | FxTemplateInfo(long id, int typeId, String name, String type, long modifiedAt, long modifiedBy, long contentId, TemplateEngine.Type templateType, Long masterTemplate, long masterTemplateModifiedAt, boolean isLive, boolean hasLiveVersion, boolean isInSync) |
FxTemplateInfo | public FxTemplateInfo(TemplateEngine.Type templateType, boolean isLive, boolean hasLiveVersion, boolean isInSync)(Code) | | |
FxTemplateInfo | public FxTemplateInfo(long id, int typeId, String name, String type, long modifiedAt, long modifiedBy, long contentId, TemplateEngine.Type templateType, Long masterTemplate, long masterTemplateModifiedAt, boolean isLive, boolean hasLiveVersion, boolean isInSync)(Code) | | |
getContentId | public long getContentId()(Code) | | Only set if the template info was looked up by a tree request.
-1, or a content id |
getContentType | public String getContentType()(Code) | | Returns the content type id of the node.
the content type id of the node. |
getId | public long getId()(Code) | | |
getIsInSync | public boolean getIsInSync()(Code) | | true when the live and edit version of the template are ident. |
getIsLive | public boolean getIsLive()(Code) | | |
getMasterTemplate | public Long getMasterTemplate()(Code) | | |
getMasterTemplateModifiedAt | public long getMasterTemplateModifiedAt()(Code) | | |
getModifiedAt | public long getModifiedAt()(Code) | | |
getModifiedBy | public long getModifiedBy()(Code) | | |
getParentNode | public long getParentNode()(Code) | | |
getTdef | public long getTdef()(Code) | | |
getTypeId | public long getTypeId()(Code) | | |
hasMasterTemplate | public boolean hasMasterTemplate()(Code) | | |
isHasLiveVersion | public boolean isHasLiveVersion()(Code) | | true if this template has an live version |
setContentId | public void setContentId(long contentId)(Code) | | Sets the content id.
Parameters: contentId - the content id. |
setId | public void setId(long id)(Code) | | |
setParentNode | public void setParentNode(long parentNode)(Code) | | |
setTdef | public void setTdef(long tdef)(Code) | | |
|
|