Class CustomProperty

java.lang.Object
com.independentsoft.office.spreadsheet.CustomProperty

public class CustomProperty extends Object
The Class CustomProperty.
  • Constructor Details

    • CustomProperty

      public CustomProperty()
      Instantiates a new custom property.
  • Method Details

    • clone

      public CustomProperty clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getRelationshipID

      public String getRelationshipID()
      Gets the relationship id.
      Returns:
      the relationship id
    • setRelationshipID

      public void setRelationshipID(String relationshipID)
      Sets the relationship id.
      Parameters:
      relationshipID - the new relationship id