gboat2.base.core.model
类 ContentMetadata

java.lang.Object
  继承者 gboat2.base.core.model.ContentMetadata

public class ContentMetadata
extends Object

页面元数据

从以下版本开始:
jdk1.6
作者:
lysming

构造方法摘要
ContentMetadata()
           
 
方法摘要
 String getActionName()
           
 String getBundleSymble()
           
 String getContent()
           
 Date getCreateTime()
           
 String getFileName()
           
 String getInvokeMethod()
           
 String getMetadataId()
           
 String getMetaDataStatus()
           
 Date getModifyTime()
           
 void setActionName(String actionName)
           
 void setBundleSymble(String bundleSymble)
           
 void setContent(String content)
           
 void setCreateTime(Date createTime)
           
 void setFileName(String fileName)
           
 void setInvokeMethod(String invokeMethod)
           
 void setMetadataId(String metadataId)
           
 void setMetaDataStatus(String metaDataStatus)
           
 void setModifyTime(Date modifyTime)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ContentMetadata

public ContentMetadata()
方法详细信息

getMetadataId

public String getMetadataId()

setMetadataId

public void setMetadataId(String metadataId)

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getBundleSymble

public String getBundleSymble()

setBundleSymble

public void setBundleSymble(String bundleSymble)

getActionName

public String getActionName()

setActionName

public void setActionName(String actionName)

getCreateTime

public Date getCreateTime()

getInvokeMethod

public String getInvokeMethod()

setInvokeMethod

public void setInvokeMethod(String invokeMethod)

setCreateTime

public void setCreateTime(Date createTime)

getModifyTime

public Date getModifyTime()

setModifyTime

public void setModifyTime(Date modifyTime)

getMetaDataStatus

public String getMetaDataStatus()

setMetaDataStatus

public void setMetaDataStatus(String metaDataStatus)

getContent

public String getContent()

setContent

public void setContent(String content)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.