Class PlaceholderImpl
java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentElementImpl
com.priint.pubserver.metadata.xml.placeholder.PlaceholderImpl
- All Implemented Interfaces:
DocumentElement,Placeholder,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExt()Gets the ext.Gets the frames.Gets the function variable definitions for this placeholderGets the image content.Gets the infos 1.Gets the infos 2.getName()Gets the name.Gets the overset.Gets the parents.intGets the placeholder id.Gets the record.getState()Gets the state.Gets the text content.getType()Gets the type.voidSets the ext.voidSets the frames.voidsetFunctionVariables(List<FunctionVariable> functionVariables) Sets the function variable definitions for this placeholdervoidsetImageContent(ImageContent imageContent) Sets the image contentvoidSets the infos 1.voidSets the infos 2.voidSets the name.voidsetOverset(String overset) Sets the overset.voidsetParents(Parents parents) Sets the parents.voidsetPlaceholderId(int placeholderId) Sets the placeholder id.voidSets the record.voidSets 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, setVisibleSizeRelativeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.metadata.base.DocumentElement
getId, getSizeAbsolute, getSizeRelative, getVisibleSizeAbsolute, getVisibleSizeRelative, setId, setSizeAbsolute, setSizeRelative, setVisibleSizeAbsolute, setVisibleSizeRelative
-
Constructor Details
-
PlaceholderImpl
public PlaceholderImpl()
-
-
Method Details
-
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
Description copied from interface:PlaceholderGets the name.- Specified by:
getNamein interfacePlaceholder- Returns:
- the name
-
setName
Description copied from interface:PlaceholderSets the name.- Specified by:
setNamein interfacePlaceholder- Parameters:
name- the new name
-
getType
Description copied from interface:PlaceholderGets the type.- Specified by:
getTypein interfacePlaceholder- Returns:
- the type
- See Also:
-
setType
Description copied from interface:PlaceholderSets the type.- Specified by:
setTypein interfacePlaceholder- Parameters:
type- the new type- See Also:
-
getOverset
Description copied from interface:PlaceholderGets the overset.- Specified by:
getOversetin interfacePlaceholder- Returns:
- the overset
-
setOverset
Description copied from interface:PlaceholderSets the overset.- Specified by:
setOversetin interfacePlaceholder- Parameters:
overset- the new overset
-
getInfos1
Description copied from interface:PlaceholderGets the infos 1.- Specified by:
getInfos1in interfacePlaceholder- Returns:
- the infos 1
-
setInfos1
Description copied from interface:PlaceholderSets the infos 1.- Specified by:
setInfos1in interfacePlaceholder- Parameters:
infos1- the new infos 1
-
getInfos2
Description copied from interface:PlaceholderGets the infos 2.- Specified by:
getInfos2in interfacePlaceholder- Returns:
- the infos 2
-
setInfos2
Description copied from interface:PlaceholderSets the infos 2.- Specified by:
setInfos2in interfacePlaceholder- Parameters:
infos2- the new infos 2
-
getExt
Description copied from interface:PlaceholderGets the ext.- Specified by:
getExtin interfacePlaceholder- Returns:
- the ext
- See Also:
-
setExt
Description copied from interface:PlaceholderSets the ext.- Specified by:
setExtin interfacePlaceholder- Parameters:
ext- the new ext- See Also:
-
getRecord
Description copied from interface:PlaceholderGets the record.- Specified by:
getRecordin interfacePlaceholder- Returns:
- the record
- See Also:
-
setRecord
Description copied from interface:PlaceholderSets the record.- Specified by:
setRecordin interfacePlaceholder- Parameters:
record- the new record- See Also:
-
getParents
Description copied from interface:PlaceholderGets the parents.- Specified by:
getParentsin interfacePlaceholder- Returns:
- the parents
- See Also:
-
setParents
Description copied from interface:PlaceholderSets the parents.- Specified by:
setParentsin interfacePlaceholder- Parameters:
parents- the new parents- See Also:
-
getFrames
Description copied from interface:PlaceholderGets the frames.- Specified by:
getFramesin interfacePlaceholder- Returns:
- the frames
- See Also:
-
setFrames
Description copied from interface:PlaceholderSets the frames.- Specified by:
setFramesin interfacePlaceholder- Parameters:
frames- the new frames- See Also:
-
getState
Description copied from interface:PlaceholderGets the state.- Specified by:
getStatein interfacePlaceholder- Returns:
- the state
- See Also:
-
setState
Description copied from interface:PlaceholderSets the state.- Specified by:
setStatein interfacePlaceholder- Parameters:
state- the new state- See Also:
-
getTextContent
Description copied from interface:PlaceholderGets the text content.- Specified by:
getTextContentin interfacePlaceholder- Returns:
- the text content
- See Also:
-
setTextContent
Description copied from interface:PlaceholderSets the text content- Specified by:
setTextContentin interfacePlaceholder- Parameters:
textContent- the new textcontent- See Also:
-
getImageContent
Description copied from interface:PlaceholderGets the image content.- Specified by:
getImageContentin interfacePlaceholder- Returns:
- the image content
- See Also:
-
setImageContent
Description copied from interface:PlaceholderSets the image content- Specified by:
setImageContentin interfacePlaceholder- Parameters:
imageContent- the new imagecontent- See Also:
-
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:
-
setFunctionVariables
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:
-