|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.MetaTemplate
public class MetaTemplate
Field Summary | |
---|---|
protected String |
metaDate
|
protected String |
xlinkActuate
|
protected String |
xlinkHref
|
protected String |
xlinkTitle
|
protected String |
xlinkType
|
Constructor Summary | |
---|---|
MetaTemplate()
|
Method Summary | |
---|---|
String |
getMetaDate()
Gets the value of the metaDate property. |
String |
getXlinkActuate()
Gets the value of the xlinkActuate property. |
String |
getXlinkHref()
Gets the value of the xlinkHref property. |
String |
getXlinkTitle()
Gets the value of the xlinkTitle property. |
String |
getXlinkType()
Gets the value of the xlinkType property. |
void |
setMetaDate(String value)
Sets the value of the metaDate property. |
void |
setXlinkActuate(String value)
Sets the value of the xlinkActuate property. |
void |
setXlinkHref(String value)
Sets the value of the xlinkHref property. |
void |
setXlinkTitle(String value)
Sets the value of the xlinkTitle property. |
void |
setXlinkType(String value)
Sets the value of the xlinkType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String metaDate
protected String xlinkActuate
protected String xlinkHref
protected String xlinkTitle
protected String xlinkType
Constructor Detail |
---|
public MetaTemplate()
Method Detail |
---|
public String getMetaDate()
String
public String getXlinkActuate()
String
public String getXlinkHref()
String
public String getXlinkTitle()
String
public String getXlinkType()
String
public void setMetaDate(String value)
value
- allowed object is String
public void setXlinkActuate(String value)
value
- allowed object is String
public void setXlinkHref(String value)
value
- allowed object is String
public void setXlinkTitle(String value)
value
- allowed object is String
public void setXlinkType(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |