Class OrgPolicyReport.Range
- java.lang.Object
-
- de.aristaflow.adept2.model.orgmodel.OrgPolicyReport.Range
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrgPolicyReport
public static class OrgPolicyReport.Range extends Object implements Serializable
Represents a range within an OrgPolicy.beginColumnandendColumncan be used directly as parameters inString.substring(int, int)to retrieve a section of the OrgPolicy referred to by the corresponding entry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Range(int beginColumn, int endColumn)Constructs a newRangewith the given begin and end column.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBeginColumn()Returns the begin column of this range.intgetEndColumn()Returns the end column of this range.StringtoString()
-