public class RevHistoryData extends Object
Revisions history data
| Constructor and Description | 
|---|
RevHistoryData()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCadVersion()
 The cad version 
 | 
long | 
getVal1()
 Gets or sets the val1. 
 | 
long | 
getVal2()
 Gets or sets the val2. 
 | 
long | 
getVal3()
 Gets or sets the val3. 
 | 
long | 
getVal4()
 Gets or sets the val4. 
 | 
void | 
setCadVersion(int value)
 The cad version 
 | 
void | 
setVal1(long value)
 Gets or sets the val1. 
 | 
void | 
setVal2(long value)
 Gets or sets the val2. 
 | 
void | 
setVal3(long value)
 Gets or sets the val3. 
 | 
void | 
setVal4(long value)
 Gets or sets the val4. 
 | 
public final long getVal1()
Gets or sets the val1.
public final void setVal1(long value)
Gets or sets the val1.
value - The val1.public final long getVal2()
Gets or sets the val2.
public final void setVal2(long value)
Gets or sets the val2.
value - The val2.public final long getVal3()
Gets or sets the val3.
public final void setVal3(long value)
Gets or sets the val3.
value - The val3.public final long getVal4()
Gets or sets the val4.
public final void setVal4(long value)
Gets or sets the val4.
value - The val4.public final int getCadVersion()
The cad version
public final void setCadVersion(int value)
The cad version