Class RegroupEntry

java.lang.Object
com.independentsoft.office.vml.RegroupEntry

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

    • RegroupEntry

      public RegroupEntry()
      Instantiates a new regroup entry.
  • Method Details

    • clone

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

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

      public int getNewGroupID()
      Gets the new group id.
      Returns:
      the new group id
    • setNewGroupID

      public void setNewGroupID(int newGroupID)
      Sets the new group id.
      Parameters:
      newGroupID - the new new group id
    • getOldGroupID

      public int getOldGroupID()
      Gets the old group id.
      Returns:
      the old group id
    • setOldGroupID

      public void setOldGroupID(int oldGroupID)
      Sets the old group id.
      Parameters:
      oldGroupID - the new old group id