Class PlaceholderImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentElementImpl
-
- com.priint.pubserver.metadata.xml.placeholder.PlaceholderImpl
-
- All Implemented Interfaces:
DocumentElement,Placeholder,java.io.Serializable
public class PlaceholderImpl extends DocumentElementImpl implements Placeholder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceholderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtgetExt()Gets the ext.java.util.List<Frame>getFrames()Gets the frames.java.util.List<FunctionVariable>getFunctionVariables()Gets the function variable definitions for this placeholderImageContentgetImageContent()Gets the image content.java.lang.StringgetInfos1()Gets the infos 1.java.lang.StringgetInfos2()Gets the infos 2.java.lang.StringgetName()Gets the name.java.lang.StringgetOverset()Gets the overset.ParentsgetParents()Gets the parents.intgetPlaceholderId()Gets the placeholder id.RecordgetRecord()Gets the record.StategetState()Gets the state.TextContentgetTextContent()Gets the text content.PlaceholderTypegetType()Gets the type.voidsetExt(Ext ext)Sets the ext.voidsetFrames(java.util.List<Frame> frames)Sets the frames.voidsetFunctionVariables(java.util.List<FunctionVariable> functionVariables)Sets the function variable definitions for this placeholdervoidsetImageContent(ImageContent imageContent)Sets the image contentvoidsetInfos1(java.lang.String infos1)Sets the infos 1.voidsetInfos2(java.lang.String infos2)Sets the infos 2.voidsetName(java.lang.String name)Sets the name.voidsetOverset(java.lang.String overset)Sets the overset.voidsetParents(Parents parents)Sets the parents.voidsetPlaceholderId(int placeholderId)Sets the placeholder id.voidsetRecord(Record record)Sets the record.voidsetState(State state)Sets the state.voidsetTextContent(TextContent textContent)Sets the text contentvoidsetType(PlaceholderType type)Sets the type.-
Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentElementImpl
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
-
-
-
Method Detail
-
getPlaceholderId
public int getPlaceholderId()
Description copied from interface:PlaceholderGets the placeholder id.- Specified by:
getPlaceholderIdin interfacePlaceholder- Returns:
- the placeholder id
-
setPlaceholderId
public void setPlaceholderId(int placeholderId)
Description copied from interface:PlaceholderSets the placeholder id.- Specified by:
setPlaceholderIdin interfacePlaceholder- Parameters:
placeholderId- the new placeholder id
-
getName
public java.lang.String getName()
Description copied from interface:PlaceholderGets the name.- Specified by:
getNamein interfacePlaceholder- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Description copied from interface:PlaceholderSets the name.- Specified by:
setNamein interfacePlaceholder- Parameters:
name- the new name
-
getType
public PlaceholderType getType()
Description copied from interface:PlaceholderGets the type.- Specified by:
getTypein interfacePlaceholder- Returns:
- the type
- See Also:
PlaceholderType
-
setType
public void setType(PlaceholderType type)
Description copied from interface:PlaceholderSets the type.- Specified by:
setTypein interfacePlaceholder- Parameters:
type- the new type- See Also:
PlaceholderType
-
getOverset
public java.lang.String getOverset()
Description copied from interface:PlaceholderGets the overset.- Specified by:
getOversetin interfacePlaceholder- Returns:
- the overset
-
setOverset
public void setOverset(java.lang.String overset)
Description copied from interface:PlaceholderSets the overset.- Specified by:
setOversetin interfacePlaceholder- Parameters:
overset- the new overset
-
getInfos1
public java.lang.String getInfos1()
Description copied from interface:PlaceholderGets the infos 1.- Specified by:
getInfos1in interfacePlaceholder- Returns:
- the infos 1
-
setInfos1
public void setInfos1(java.lang.String infos1)
Description copied from interface:PlaceholderSets the infos 1.- Specified by:
setInfos1in interfacePlaceholder- Parameters:
infos1- the new infos 1
-
getInfos2
public java.lang.String getInfos2()
Description copied from interface:PlaceholderGets the infos 2.- Specified by:
getInfos2in interfacePlaceholder- Returns:
- the infos 2
-
setInfos2
public void setInfos2(java.lang.String infos2)
Description copied from interface:PlaceholderSets the infos 2.- Specified by:
setInfos2in interfacePlaceholder- Parameters:
infos2- the new infos 2
-
getExt
public Ext getExt()
Description copied from interface:PlaceholderGets the ext.- Specified by:
getExtin interfacePlaceholder- Returns:
- the ext
- See Also:
Ext
-
setExt
public void setExt(Ext ext)
Description copied from interface:PlaceholderSets the ext.- Specified by:
setExtin interfacePlaceholder- Parameters:
ext- the new ext- See Also:
Ext
-
getRecord
public Record getRecord()
Description copied from interface:PlaceholderGets the record.- Specified by:
getRecordin interfacePlaceholder- Returns:
- the record
- See Also:
Record
-
setRecord
public void setRecord(Record record)
Description copied from interface:PlaceholderSets the record.- Specified by:
setRecordin interfacePlaceholder- Parameters:
record- the new record- See Also:
Record
-
getParents
public Parents getParents()
Description copied from interface:PlaceholderGets the parents.- Specified by:
getParentsin interfacePlaceholder- Returns:
- the parents
- See Also:
Parents
-
setParents
public void setParents(Parents parents)
Description copied from interface:PlaceholderSets the parents.- Specified by:
setParentsin interfacePlaceholder- Parameters:
parents- the new parents- See Also:
Parents
-
getFrames
public java.util.List<Frame> getFrames()
Description copied from interface:PlaceholderGets the frames.- Specified by:
getFramesin interfacePlaceholder- Returns:
- the frames
- See Also:
Frame
-
setFrames
public void setFrames(java.util.List<Frame> frames)
Description copied from interface:PlaceholderSets the frames.- Specified by:
setFramesin interfacePlaceholder- Parameters:
frames- the new frames- See Also:
Frame
-
getState
public State getState()
Description copied from interface:PlaceholderGets the state.- Specified by:
getStatein interfacePlaceholder- Returns:
- the state
- See Also:
State
-
setState
public void setState(State state)
Description copied from interface:PlaceholderSets the state.- Specified by:
setStatein interfacePlaceholder- Parameters:
state- the new state- See Also:
State
-
getTextContent
public TextContent getTextContent()
Description copied from interface:PlaceholderGets the text content.- Specified by:
getTextContentin interfacePlaceholder- Returns:
- the text content
- See Also:
TextContent
-
setTextContent
public void setTextContent(TextContent textContent)
Description copied from interface:PlaceholderSets the text content- Specified by:
setTextContentin interfacePlaceholder- Parameters:
textContent- the new textcontent- See Also:
TextContent
-
getImageContent
public ImageContent getImageContent()
Description copied from interface:PlaceholderGets the image content.- Specified by:
getImageContentin interfacePlaceholder- Returns:
- the image content
- See Also:
ImageContent
-
setImageContent
public void setImageContent(ImageContent imageContent)
Description copied from interface:PlaceholderSets the image content- Specified by:
setImageContentin interfacePlaceholder- Parameters:
imageContent- the new imagecontent- See Also:
ImageContent
-
getFunctionVariables
public java.util.List<FunctionVariable> getFunctionVariables()
Description copied from interface:PlaceholderGets the function variable definitions for this placeholder
- Specified by:
getFunctionVariablesin interfacePlaceholder- Returns:
- function variables for this placeholder
- See Also:
FunctionVariable
-
setFunctionVariables
public void setFunctionVariables(java.util.List<FunctionVariable> functionVariables)
Description copied from interface:PlaceholderSets the function variable definitions for this placeholder
- Specified by:
setFunctionVariablesin interfacePlaceholder- Parameters:
functionVariables- new function variable definitions for this placeholder- See Also:
FunctionVariable
-
-