Class TextvariableImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.TextvariableImpl
-
- All Implemented Interfaces:
Textvariable,java.io.Serializable
public class TextvariableImpl extends java.lang.Object implements java.io.Serializable, Textvariable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextvariableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBasetype()Gets basetype.java.lang.StringgetContent()Gets content.java.lang.StringgetDefaultValue()Gets default value.java.lang.StringgetDeleteEndPunctuation()Gets delete end punctuation.java.lang.StringgetEmperorDate()Gets emperor date.java.lang.StringgetFormatter()Gets formatter.java.lang.StringgetIncludeExtension()Gets include extension.java.lang.StringgetIncludePath()Gets include path.java.lang.StringgetName()Gets name.java.lang.StringgetScope()Gets scope.intgetStyleuid()Gets styleuid.java.lang.StringgetTextAfter()Gets text after.java.lang.StringgetTextBefore()Gets text before.java.lang.StringgetType()Gets type.intgetUid()Gets uid.java.lang.StringgetUse()Gets use.voidsetBasetype(java.lang.String basetype)Sets basetype.voidsetContent(java.lang.String content)Sets content.voidsetDefaultValue(java.lang.String defaultValue)Sets default value.voidsetDeleteEndPunctuation(java.lang.String deleteEndPunctuation)Sets delete end punctuation.voidsetEmperorDate(java.lang.String emperorDate)Sets emperor date.voidsetFormatter(java.lang.String formatter)Sets formatter.voidsetIncludeExtension(java.lang.String includeExtension)Sets include extension.voidsetIncludePath(java.lang.String includePath)Sets include path.voidsetName(java.lang.String name)Sets name.voidsetScope(java.lang.String scope)Sets scope.voidsetStyleuid(int styleuid)Sets styleuid.voidsetTextAfter(java.lang.String textAfter)Sets text after.voidsetTextBefore(java.lang.String textBefore)Sets text before.voidsetType(java.lang.String type)Sets type.voidsetUid(int uid)Sets uid.voidsetUse(java.lang.String use)Sets use.
-
-
-
Method Detail
-
getUid
public int getUid()
Description copied from interface:TextvariableGets uid.- Specified by:
getUidin interfaceTextvariable- Returns:
- the uid
-
setUid
public void setUid(int uid)
Description copied from interface:TextvariableSets uid.- Specified by:
setUidin interfaceTextvariable- Parameters:
uid- the uid to set
-
getName
public java.lang.String getName()
Description copied from interface:TextvariableGets name.- Specified by:
getNamein interfaceTextvariable- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:TextvariableSets name.- Specified by:
setNamein interfaceTextvariable- Parameters:
name- the name to set
-
getType
public java.lang.String getType()
Description copied from interface:TextvariableGets type.- Specified by:
getTypein interfaceTextvariable- Returns:
- the type
-
setType
public void setType(java.lang.String type)
Description copied from interface:TextvariableSets type.- Specified by:
setTypein interfaceTextvariable- Parameters:
type- the type to set
-
getStyleuid
public int getStyleuid()
Description copied from interface:TextvariableGets styleuid.- Specified by:
getStyleuidin interfaceTextvariable- Returns:
- the styleuid
-
setStyleuid
public void setStyleuid(int styleuid)
Description copied from interface:TextvariableSets styleuid.- Specified by:
setStyleuidin interfaceTextvariable- Parameters:
styleuid- the styleuid to set
-
getContent
public java.lang.String getContent()
Description copied from interface:TextvariableGets content.- Specified by:
getContentin interfaceTextvariable- Returns:
- the content
-
setContent
public void setContent(java.lang.String content)
Description copied from interface:TextvariableSets content.- Specified by:
setContentin interfaceTextvariable- Parameters:
content- the content to set
-
getTextBefore
public java.lang.String getTextBefore()
Description copied from interface:TextvariableGets text before.- Specified by:
getTextBeforein interfaceTextvariable- Returns:
- the textBefore
-
setTextBefore
public void setTextBefore(java.lang.String textBefore)
Description copied from interface:TextvariableSets text before.- Specified by:
setTextBeforein interfaceTextvariable- Parameters:
textBefore- the textBefore to set
-
getTextAfter
public java.lang.String getTextAfter()
Description copied from interface:TextvariableGets text after.- Specified by:
getTextAfterin interfaceTextvariable- Returns:
- the textAfter
-
setTextAfter
public void setTextAfter(java.lang.String textAfter)
Description copied from interface:TextvariableSets text after.- Specified by:
setTextAfterin interfaceTextvariable- Parameters:
textAfter- the textAfter to set
-
getScope
public java.lang.String getScope()
Description copied from interface:TextvariableGets scope.- Specified by:
getScopein interfaceTextvariable- Returns:
- the scope
-
setScope
public void setScope(java.lang.String scope)
Description copied from interface:TextvariableSets scope.- Specified by:
setScopein interfaceTextvariable- Parameters:
scope- the scope to set
-
getUse
public java.lang.String getUse()
Description copied from interface:TextvariableGets use.- Specified by:
getUsein interfaceTextvariable- Returns:
- the use
-
setUse
public void setUse(java.lang.String use)
Description copied from interface:TextvariableSets use.- Specified by:
setUsein interfaceTextvariable- Parameters:
use- the use to set
-
getDeleteEndPunctuation
public java.lang.String getDeleteEndPunctuation()
Description copied from interface:TextvariableGets delete end punctuation.- Specified by:
getDeleteEndPunctuationin interfaceTextvariable- Returns:
- the deleteEndPunctuation
-
setDeleteEndPunctuation
public void setDeleteEndPunctuation(java.lang.String deleteEndPunctuation)
Description copied from interface:TextvariableSets delete end punctuation.- Specified by:
setDeleteEndPunctuationin interfaceTextvariable- Parameters:
deleteEndPunctuation- the deleteEndPunctuation to set
-
getIncludeExtension
public java.lang.String getIncludeExtension()
Description copied from interface:TextvariableGets include extension.- Specified by:
getIncludeExtensionin interfaceTextvariable- Returns:
- the includeExtension
-
setIncludeExtension
public void setIncludeExtension(java.lang.String includeExtension)
Description copied from interface:TextvariableSets include extension.- Specified by:
setIncludeExtensionin interfaceTextvariable- Parameters:
includeExtension- the includeExtension to set
-
getIncludePath
public java.lang.String getIncludePath()
Description copied from interface:TextvariableGets include path.- Specified by:
getIncludePathin interfaceTextvariable- Returns:
- the includePath
-
setIncludePath
public void setIncludePath(java.lang.String includePath)
Description copied from interface:TextvariableSets include path.- Specified by:
setIncludePathin interfaceTextvariable- Parameters:
includePath- the includePath to set
-
getEmperorDate
public java.lang.String getEmperorDate()
Description copied from interface:TextvariableGets emperor date.- Specified by:
getEmperorDatein interfaceTextvariable- Returns:
- the emperorDate
-
setEmperorDate
public void setEmperorDate(java.lang.String emperorDate)
Description copied from interface:TextvariableSets emperor date.- Specified by:
setEmperorDatein interfaceTextvariable- Parameters:
emperorDate- the emperorDate to set
-
getBasetype
public java.lang.String getBasetype()
Description copied from interface:TextvariableGets basetype.- Specified by:
getBasetypein interfaceTextvariable- Returns:
- the basetype
-
setBasetype
public void setBasetype(java.lang.String basetype)
Description copied from interface:TextvariableSets basetype.- Specified by:
setBasetypein interfaceTextvariable- Parameters:
basetype- the basetype to set
-
getFormatter
public java.lang.String getFormatter()
Description copied from interface:TextvariableGets formatter.- Specified by:
getFormatterin interfaceTextvariable- Returns:
- the formatter
-
setFormatter
public void setFormatter(java.lang.String formatter)
Description copied from interface:TextvariableSets formatter.- Specified by:
setFormatterin interfaceTextvariable- Parameters:
formatter- the formatter to set
-
getDefaultValue
public java.lang.String getDefaultValue()
Description copied from interface:TextvariableGets default value.- Specified by:
getDefaultValuein interfaceTextvariable- Returns:
- the defaultValue
-
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
Description copied from interface:TextvariableSets default value.- Specified by:
setDefaultValuein interfaceTextvariable- Parameters:
defaultValue- the defaultValue to set
-
-