Class ReferenceImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.ReferenceImpl
-
- All Implemented Interfaces:
Reference,java.io.Serializable
public class ReferenceImpl extends java.lang.Object implements java.io.Serializable, Reference
The type Reference.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()Gets the area.BBoxgetBbox()Gets the bbox.intgetEnd()Gets the end.intgetId()Gets the id.intgetIdString()Gets the id string.intgetStart()Gets the start.ReferenceTypegetType()Gets the type.doublegetX()Gets the x.doublegetY()Gets the y.voidsetArea(Area area)Sets the area.voidsetBbox(BBox bbox)Sets the bbox.voidsetEnd(int end)Sets the end.voidsetId(int id)Sets the id.voidsetIdString(int idString)Sets the id string.voidsetStart(int start)Sets the start.voidsetType(ReferenceType type)Sets the type.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.
-
-
-
Method Detail
-
getType
public ReferenceType getType()
Description copied from interface:ReferenceGets the type.- Specified by:
getTypein interfaceReference- Returns:
- the type
- See Also:
ReferenceType
-
setType
public void setType(ReferenceType type)
Description copied from interface:ReferenceSets the type.- Specified by:
setTypein interfaceReference- Parameters:
type- the new type- See Also:
ReferenceType
-
getId
public int getId()
Description copied from interface:ReferenceGets the id.
-
setId
public void setId(int id)
Description copied from interface:ReferenceSets the id.
-
getIdString
public int getIdString()
Description copied from interface:ReferenceGets the id string.- Specified by:
getIdStringin interfaceReference- Returns:
- the id string
-
setIdString
public void setIdString(int idString)
Description copied from interface:ReferenceSets the id string.- Specified by:
setIdStringin interfaceReference- Parameters:
idString- the new id string
-
getX
public double getX()
Description copied from interface:ReferenceGets the x.
-
setX
public void setX(double x)
Description copied from interface:ReferenceSets the x.
-
getY
public double getY()
Description copied from interface:ReferenceGets the y.
-
setY
public void setY(double y)
Description copied from interface:ReferenceSets the y.
-
getStart
public int getStart()
Description copied from interface:ReferenceGets the start.
-
setStart
public void setStart(int start)
Description copied from interface:ReferenceSets the start.
-
getEnd
public int getEnd()
Description copied from interface:ReferenceGets the end.
-
setEnd
public void setEnd(int end)
Description copied from interface:ReferenceSets the end.
-
-