Class TextByteOffsetView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.generated.deprecated.component.TextByteOffsetView
-
@Deprecated public class TextByteOffsetView extends BlackDuckComponent
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TextByteOffsetView()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.math.BigDecimalgetEndByte()Deprecated.java.math.BigDecimalgetStartByte()Deprecated.voidsetEndByte(java.math.BigDecimal endByte)Deprecated.voidsetStartByte(java.math.BigDecimal startByte)Deprecated.
-
-
-
Method Detail
-
getEndByte
public java.math.BigDecimal getEndByte()
Deprecated.
-
setEndByte
public void setEndByte(java.math.BigDecimal endByte)
Deprecated.
-
getStartByte
public java.math.BigDecimal getStartByte()
Deprecated.
-
setStartByte
public void setStartByte(java.math.BigDecimal startByte)
Deprecated.
-
-