Class ObjectInfo

java.lang.Object
io.goobi.viewer.model.viewer.object.ObjectInfo

public class ObjectInfo extends Object

ObjectInfo class.

Author:
Florian Alpers
  • Constructor Details

    • ObjectInfo

      public ObjectInfo(URI uri)

      Constructor for ObjectInfo.

      Parameters:
      uri - a URI object.
    • ObjectInfo

      public ObjectInfo(String uri) throws URISyntaxException

      Constructor for ObjectInfo.

      Parameters:
      uri - a String object.
      Throws:
      URISyntaxException - if any.
  • Method Details

    • getFormat

      public ObjectFormat getFormat()

      Getter for the field format.

      Returns:
      the type
    • setFormat

      public void setFormat(ObjectFormat format)

      Setter for the field format.

      Parameters:
      format - a ObjectFormat object.
    • getUri

      public URI getUri()

      Getter for the field uri.

      Returns:
      the uri
    • setUri

      public void setUri(URI uri)

      Setter for the field uri.

      Parameters:
      uri - the uri to set
    • getCenter

      public Point3D getCenter()

      Getter for the field center.

      Returns:
      the center
    • setCenter

      public void setCenter(Point3D center)

      Setter for the field center.

      Parameters:
      center - the center to set
    • getRotation

      public Point3D getRotation()

      Getter for the field rotation.

      Returns:
      the rotation
    • setRotation

      public void setRotation(Point3D rotation)

      Setter for the field rotation.

      Parameters:
      rotation - the rotation to set
    • getResources

      public List<URI> getResources()

      Getter for the field resources.

      Returns:
      a List object.
    • setResources

      public void setResources(List<URI> resources)

      Setter for the field resources.

      Parameters:
      resources - a List object.