Class TextvariableImpl
java.lang.Object
com.priint.pubserver.metadata.xml.w2ml.TextvariableImpl
- All Implemented Interfaces:
Textvariable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets basetype.Gets content.Gets default value.Gets delete end punctuation.Gets emperor date.Gets formatter.Gets include extension.Gets include path.getName()Gets name.getScope()Gets scope.intGets styleuid.Gets text after.Gets text before.getType()Gets type.intgetUid()Gets uid.getUse()Gets use.voidsetBasetype(String basetype) Sets basetype.voidsetContent(String content) Sets content.voidsetDefaultValue(String defaultValue) Sets default value.voidsetDeleteEndPunctuation(String deleteEndPunctuation) Sets delete end punctuation.voidsetEmperorDate(String emperorDate) Sets emperor date.voidsetFormatter(String formatter) Sets formatter.voidsetIncludeExtension(String includeExtension) Sets include extension.voidsetIncludePath(String includePath) Sets include path.voidSets name.voidSets scope.voidsetStyleuid(int styleuid) Sets styleuid.voidsetTextAfter(String textAfter) Sets text after.voidsetTextBefore(String textBefore) Sets text before.voidSets type.voidsetUid(int uid) Sets uid.voidSets use.
-
Constructor Details
-
TextvariableImpl
public TextvariableImpl()
-
-
Method Details
-
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
Description copied from interface:TextvariableGets name.- Specified by:
getNamein interfaceTextvariable- Returns:
- the name
-
setName
Description copied from interface:TextvariableSets name.- Specified by:
setNamein interfaceTextvariable- Parameters:
name- the name to set
-
getType
Description copied from interface:TextvariableGets type.- Specified by:
getTypein interfaceTextvariable- Returns:
- the type
-
setType
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
Description copied from interface:TextvariableGets content.- Specified by:
getContentin interfaceTextvariable- Returns:
- the content
-
setContent
Description copied from interface:TextvariableSets content.- Specified by:
setContentin interfaceTextvariable- Parameters:
content- the content to set
-
getTextBefore
Description copied from interface:TextvariableGets text before.- Specified by:
getTextBeforein interfaceTextvariable- Returns:
- the textBefore
-
setTextBefore
Description copied from interface:TextvariableSets text before.- Specified by:
setTextBeforein interfaceTextvariable- Parameters:
textBefore- the textBefore to set
-
getTextAfter
Description copied from interface:TextvariableGets text after.- Specified by:
getTextAfterin interfaceTextvariable- Returns:
- the textAfter
-
setTextAfter
Description copied from interface:TextvariableSets text after.- Specified by:
setTextAfterin interfaceTextvariable- Parameters:
textAfter- the textAfter to set
-
getScope
Description copied from interface:TextvariableGets scope.- Specified by:
getScopein interfaceTextvariable- Returns:
- the scope
-
setScope
Description copied from interface:TextvariableSets scope.- Specified by:
setScopein interfaceTextvariable- Parameters:
scope- the scope to set
-
getUse
Description copied from interface:TextvariableGets use.- Specified by:
getUsein interfaceTextvariable- Returns:
- the use
-
setUse
Description copied from interface:TextvariableSets use.- Specified by:
setUsein interfaceTextvariable- Parameters:
use- the use to set
-
getDeleteEndPunctuation
Description copied from interface:TextvariableGets delete end punctuation.- Specified by:
getDeleteEndPunctuationin interfaceTextvariable- Returns:
- the deleteEndPunctuation
-
setDeleteEndPunctuation
Description copied from interface:TextvariableSets delete end punctuation.- Specified by:
setDeleteEndPunctuationin interfaceTextvariable- Parameters:
deleteEndPunctuation- the deleteEndPunctuation to set
-
getIncludeExtension
Description copied from interface:TextvariableGets include extension.- Specified by:
getIncludeExtensionin interfaceTextvariable- Returns:
- the includeExtension
-
setIncludeExtension
Description copied from interface:TextvariableSets include extension.- Specified by:
setIncludeExtensionin interfaceTextvariable- Parameters:
includeExtension- the includeExtension to set
-
getIncludePath
Description copied from interface:TextvariableGets include path.- Specified by:
getIncludePathin interfaceTextvariable- Returns:
- the includePath
-
setIncludePath
Description copied from interface:TextvariableSets include path.- Specified by:
setIncludePathin interfaceTextvariable- Parameters:
includePath- the includePath to set
-
getEmperorDate
Description copied from interface:TextvariableGets emperor date.- Specified by:
getEmperorDatein interfaceTextvariable- Returns:
- the emperorDate
-
setEmperorDate
Description copied from interface:TextvariableSets emperor date.- Specified by:
setEmperorDatein interfaceTextvariable- Parameters:
emperorDate- the emperorDate to set
-
getBasetype
Description copied from interface:TextvariableGets basetype.- Specified by:
getBasetypein interfaceTextvariable- Returns:
- the basetype
-
setBasetype
Description copied from interface:TextvariableSets basetype.- Specified by:
setBasetypein interfaceTextvariable- Parameters:
basetype- the basetype to set
-
getFormatter
Description copied from interface:TextvariableGets formatter.- Specified by:
getFormatterin interfaceTextvariable- Returns:
- the formatter
-
setFormatter
Description copied from interface:TextvariableSets formatter.- Specified by:
setFormatterin interfaceTextvariable- Parameters:
formatter- the formatter to set
-
getDefaultValue
Description copied from interface:TextvariableGets default value.- Specified by:
getDefaultValuein interfaceTextvariable- Returns:
- the defaultValue
-
setDefaultValue
Description copied from interface:TextvariableSets default value.- Specified by:
setDefaultValuein interfaceTextvariable- Parameters:
defaultValue- the defaultValue to set
-