Class WrappedDescriptionType

java.lang.Object
tethys.niluswraps.NilusSettingsWrapper<nilus.DescriptionType>
tethys.niluswraps.WrappedDescriptionType
All Implemented Interfaces:
Serializable, Cloneable

public class WrappedDescriptionType extends NilusSettingsWrapper<nilus.DescriptionType> implements Serializable
Because we want to save DescriptionType objects in serialised psfx files and because Nilus description types are not serialised these have to be wrapped in a total bodge way with reasonably convenient constructors and getters for converting back and forth from the nilus object. this is now slightly more rationalised in NilusSettingsWrapper.
Author:
dg50
See Also:
  • Constructor Details Link icon

    • WrappedDescriptionType Link icon

      public WrappedDescriptionType(String objectives, String _abstract, String method)
      Constructor from a set of strings
      Parameters:
      objectives -
      _abstract -
      method -
    • WrappedDescriptionType Link icon

      public WrappedDescriptionType(nilus.DescriptionType descriptionType)
      Construct from a nilus object
      Parameters:
      descriptionType -
    • WrappedDescriptionType Link icon

      public WrappedDescriptionType()
  • Method Details Link icon

    • getDescription Link icon

      public nilus.DescriptionType getDescription()
    • setDescription Link icon

      public void setDescription(nilus.DescriptionType description)
    • getObjectives Link icon

      public String getObjectives()
    • getAbstract Link icon

      public String getAbstract()
      Returns:
      the _abstract
    • setAbstract Link icon

      public void setAbstract(String _abstract)
      Parameters:
      _abstract - the _abstract to set
    • getMethod Link icon

      public String getMethod()
      Returns:
      the method
    • setMethod Link icon

      public void setMethod(String method)
      Parameters:
      method - the method to set
    • setObjectives Link icon

      public void setObjectives(String objectives)
      Parameters:
      objectives - the objectives to set