Package com.independentsoft.office.vml
Class RegroupEntry
java.lang.Object
com.independentsoft.office.vml.RegroupEntry
The Class RegroupEntry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the new group id.intGets the old group id.voidsetNewGroupID(int newGroupID)Sets the new group id.voidsetOldGroupID(int oldGroupID)Sets the old group id.toString()
-
Constructor Details
-
RegroupEntry
public RegroupEntry()Instantiates a new regroup entry.
-
-
Method Details
-
clone
-
toString
-
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
-