Class ImageContentImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.ImageContentImpl
-
- All Implemented Interfaces:
ImageContent,java.io.Serializable
public class ImageContentImpl extends java.lang.Object implements java.io.Serializable, ImageContent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageContentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClippingsgetClippings()ClippingsGets the clippings.java.lang.StringgetEmbedded()Gets the embedded.java.lang.StringgetEmbeddedFormat()Gets the embedded format.java.lang.StringgetPath()Gets the path.PositiongetPos()PositionGets the pos.java.lang.StringgetRelativePath()Gets the relative path.TransformgetTransform()TransformGets the transform.voidsetClippings(Clippings clippings)ClippingsSets the clippings.voidsetEmbedded(java.lang.String embedded)Sets the embedded.voidsetEmbeddedFormat(java.lang.String embeddedFormat)Sets the embedded format.voidsetPath(java.lang.String path)Sets the path.voidsetPos(Position pos)PositionSets the pos.voidsetRelativePath(java.lang.String relativePath)Sets the relative path.voidsetTransform(Transform transform)TransformSets the transform.
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
Description copied from interface:ImageContentGets the path.- Specified by:
getPathin interfaceImageContent- Returns:
- the path
-
setPath
public void setPath(java.lang.String path)
Description copied from interface:ImageContentSets the path.- Specified by:
setPathin interfaceImageContent- Parameters:
path- the new path
-
getPos
public Position getPos()
Description copied from interface:ImageContentPositionGets the pos.- Specified by:
getPosin interfaceImageContent- Returns:
- the pos
- See Also:
Position
-
setPos
public void setPos(Position pos)
Description copied from interface:ImageContentPositionSets the pos.- Specified by:
setPosin interfaceImageContent- Parameters:
pos- the new pos- See Also:
Position
-
getTransform
public Transform getTransform()
Description copied from interface:ImageContentTransformGets the transform.- Specified by:
getTransformin interfaceImageContent- Returns:
- the transform
- See Also:
Transform
-
setTransform
public void setTransform(Transform transform)
Description copied from interface:ImageContentTransformSets the transform.- Specified by:
setTransformin interfaceImageContent- Parameters:
transform- the new transform- See Also:
Transform
-
getClippings
public Clippings getClippings()
Description copied from interface:ImageContentClippingsGets the clippings.- Specified by:
getClippingsin interfaceImageContent- Returns:
- the clippings
- See Also:
Clippings
-
setClippings
public void setClippings(Clippings clippings)
Description copied from interface:ImageContentClippingsSets the clippings.- Specified by:
setClippingsin interfaceImageContent- Parameters:
clippings- the clippings to set- See Also:
Clippings
-
getEmbedded
public java.lang.String getEmbedded()
Description copied from interface:ImageContentGets the embedded.- Specified by:
getEmbeddedin interfaceImageContent- Returns:
- the embedded
-
setEmbedded
public void setEmbedded(java.lang.String embedded)
Description copied from interface:ImageContentSets the embedded.- Specified by:
setEmbeddedin interfaceImageContent- Parameters:
embedded- the embedded to set
-
getEmbeddedFormat
public java.lang.String getEmbeddedFormat()
Description copied from interface:ImageContentGets the embedded format.- Specified by:
getEmbeddedFormatin interfaceImageContent- Returns:
- the embeddedFormat
-
setEmbeddedFormat
public void setEmbeddedFormat(java.lang.String embeddedFormat)
Description copied from interface:ImageContentSets the embedded format.- Specified by:
setEmbeddedFormatin interfaceImageContent- Parameters:
embeddedFormat- the embeddedFormat to set
-
getRelativePath
public java.lang.String getRelativePath()
Description copied from interface:ImageContentGets the relative path.- Specified by:
getRelativePathin interfaceImageContent- Returns:
- the relativePath
-
setRelativePath
public void setRelativePath(java.lang.String relativePath)
Description copied from interface:ImageContentSets the relative path.- Specified by:
setRelativePathin interfaceImageContent- Parameters:
relativePath- the relativePath to set
-
-