Class PartitionInfo
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.api.PartitionInfo
-
public class PartitionInfo extends java.lang.ObjectDTO for pertinent data from SYSCAT.DATAPARTITIONS
-
-
Constructor Summary
Constructors Constructor Description PartitionInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDataPartitionName()java.lang.StringgetHighValue()java.lang.StringgetLowValue()intgetSeqno()java.lang.StringgetTableName()booleanisHighInclusive()booleanisLowInclusive()voidsetDataPartitionName(java.lang.String dataPartitionName)voidsetHighInclusive(boolean highInclusive)voidsetHighValue(java.lang.String highValue)voidsetLowInclusive(boolean lowInclusive)voidsetLowValue(java.lang.String lowValue)voidsetSeqno(int seqno)voidsetTableName(java.lang.String tableName)
-
-
-
Method Detail
-
getSeqno
public int getSeqno()
- Returns:
- the seqno
-
setSeqno
public void setSeqno(int seqno)
- Parameters:
seqno- the seqno to set
-
getLowValue
public java.lang.String getLowValue()
- Returns:
- the lowValue
-
setLowValue
public void setLowValue(java.lang.String lowValue)
- Parameters:
lowValue- the lowValue to set
-
isLowInclusive
public boolean isLowInclusive()
- Returns:
- the lowInclusive
-
setLowInclusive
public void setLowInclusive(boolean lowInclusive)
- Parameters:
lowInclusive- the lowInclusive to set
-
getHighValue
public java.lang.String getHighValue()
- Returns:
- the highValue
-
setHighValue
public void setHighValue(java.lang.String highValue)
- Parameters:
highValue- the highValue to set
-
isHighInclusive
public boolean isHighInclusive()
- Returns:
- the highInclusive
-
setHighInclusive
public void setHighInclusive(boolean highInclusive)
- Parameters:
highInclusive- the highInclusive to set
-
getDataPartitionName
public java.lang.String getDataPartitionName()
- Returns:
- the dataPartitionName
-
setDataPartitionName
public void setDataPartitionName(java.lang.String dataPartitionName)
- Parameters:
dataPartitionName- the dataPartitionName to set
-
getTableName
public java.lang.String getTableName()
-
setTableName
public void setTableName(java.lang.String tableName)
-
-