public class WraBeanImpl extends Object implements WebReferenceableAsset
| Constructor and Description | 
|---|
WraBeanImpl()  | 
WraBeanImpl(TemplateAsset asset)  | 
WraBeanImpl(WebReferenceableAsset wra)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
Date | 
getEndDate()  | 
String | 
getH1Title()  | 
com.fatwire.assetapi.data.AssetId | 
getId()  | 
String | 
getLinkText()  | 
String | 
getMetaDescription()  | 
String | 
getMetaKeyword()  | 
String | 
getMetaTitle()  | 
String | 
getName()  | 
String | 
getPath()  | 
Date | 
getStartDate()  | 
String | 
getStatus()  | 
String | 
getSubtype()  | 
String | 
getTemplate()  | 
void | 
setDescription(String description)  | 
void | 
setEndDate(Date endDate)  | 
void | 
setH1Title(String h1Title)  | 
void | 
setId(com.fatwire.assetapi.data.AssetId id)  | 
void | 
setLinkText(String linkText)  | 
void | 
setMetaDescription(String metaDescription)  | 
void | 
setMetaKeyword(String metaKeyword)  | 
void | 
setMetaTitle(String metaTitle)  | 
void | 
setName(String name)  | 
void | 
setPath(String path)  | 
void | 
setStartDate(Date startDate)  | 
void | 
setStatus(String status)  | 
void | 
setSubtype(String subtype)  | 
void | 
setTemplate(String template)  | 
String | 
toString()  | 
public WraBeanImpl()
public WraBeanImpl(TemplateAsset asset)
public WraBeanImpl(WebReferenceableAsset wra)
public com.fatwire.assetapi.data.AssetId getId()
getId in interface VanityAssetpublic void setId(com.fatwire.assetapi.data.AssetId id)
public String getName()
getName in interface VanityAssetpublic void setName(String name)
public String getDescription()
getDescription in interface VanityAssetpublic void setDescription(String description)
public String getSubtype()
getSubtype in interface VanityAssetpublic void setSubtype(String subtype)
public String getStatus()
getStatus in interface VanityAssetpublic void setStatus(String status)
public String getMetaTitle()
getMetaTitle in interface WebReferenceableAssetpublic void setMetaTitle(String metaTitle)
public String getMetaDescription()
getMetaDescription in interface WebReferenceableAssetpublic void setMetaDescription(String metaDescription)
public String getMetaKeyword()
getMetaKeyword in interface WebReferenceableAssetpublic void setMetaKeyword(String metaKeyword)
public String getH1Title()
getH1Title in interface WebReferenceableAssetpublic void setH1Title(String h1Title)
public String getLinkText()
getLinkText in interface WebReferenceableAssetpublic void setLinkText(String linkText)
public String getPath()
getPath in interface VanityAssetpublic void setPath(String path)
public String getTemplate()
getTemplate in interface VanityAssetpublic void setTemplate(String template)
public Date getStartDate()
getStartDate in interface VanityAssetpublic void setStartDate(Date startDate)
public Date getEndDate()
getEndDate in interface VanityAssetpublic void setEndDate(Date endDate)
Copyright © 2010-2016 Oracle Corporation. All Rights Reserved.