org.jaudiotagger.tag.datatype
Class PartOfSet.PartOfSetValue

java.lang.Object
  extended by org.jaudiotagger.tag.datatype.PartOfSet.PartOfSetValue
Enclosing class:
PartOfSet

public static class PartOfSet.PartOfSetValue
extends java.lang.Object

Holds data


Field Summary
private  java.lang.Integer count
           
private  java.lang.String extra
           
private static java.lang.String SEPARATOR
           
private  java.lang.Integer total
           
private static java.util.regex.Pattern trackNoPattern
           
private static java.util.regex.Pattern trackNoPatternWithTotalCount
           
 
Constructor Summary
PartOfSet.PartOfSetValue()
           
PartOfSet.PartOfSetValue(java.lang.Integer count, java.lang.Integer total)
          Newly created
PartOfSet.PartOfSetValue(java.lang.String value)
          When constructing from data
 
Method Summary
 java.lang.Integer getCount()
           
 java.lang.Integer getTotal()
           
 void setCount(java.lang.Integer count)
           
 void setCount(java.lang.String count)
           
 void setTotal(java.lang.Integer total)
           
 void setTotal(java.lang.String total)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

trackNoPatternWithTotalCount

private static final java.util.regex.Pattern trackNoPatternWithTotalCount

trackNoPattern

private static final java.util.regex.Pattern trackNoPattern

SEPARATOR

private static final java.lang.String SEPARATOR
See Also:
Constant Field Values

count

private java.lang.Integer count

total

private java.lang.Integer total

extra

private java.lang.String extra
Constructor Detail

PartOfSet.PartOfSetValue

public PartOfSet.PartOfSetValue()

PartOfSet.PartOfSetValue

public PartOfSet.PartOfSetValue(java.lang.String value)
When constructing from data

Parameters:
value -

PartOfSet.PartOfSetValue

public PartOfSet.PartOfSetValue(java.lang.Integer count,
                                java.lang.Integer total)
Newly created

Parameters:
count -
total -
Method Detail

getCount

public java.lang.Integer getCount()

getTotal

public java.lang.Integer getTotal()

setCount

public void setCount(java.lang.Integer count)

setTotal

public void setTotal(java.lang.Integer total)

setCount

public void setCount(java.lang.String count)

setTotal

public void setTotal(java.lang.String total)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object