com.ptc.windchill.counterpart.metadata.unit
Class cUnitFamilyIO.cUnitIO

java.lang.Object
  extended bycom.ptc.windchill.counterpart.metadata.unit.cUnitFamilyIO.cUnitIO
All Implemented Interfaces:
nitidus.sil.be.core.iEntryIO, nitidus.sil.be.core.iRecordIO, nitidus.sil.be.unit.iUnitEntryIO, nitidus.sil.be.unit.iUnitIO
Enclosing class:
cUnitFamilyIO

class cUnitFamilyIO.cUnitIO
extends Object
implements nitidus.sil.be.unit.iUnitIO


Field Summary
private  String[] fSystemRefs
           
private  nitidus.sil.be.unit.iUnitIO fUnitIO
           
 
Constructor Summary
(package private) cUnitFamilyIO.cUnitIO(nitidus.sil.be.unit.iUnitIO unit, String[] systems)
           
 
Method Summary
 double getConversionCoefficient()
           
 double getConversionConstant()
           
 String getDescription()
           
 String getID()
           
 nitidus.sil.be.core.iLocalizedStringIO[] getLocalizedNames()
           
 String[] getSystemRef()
           
 boolean isDeleted()
           
 boolean isModified()
           
 boolean isNew()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fUnitIO

private final nitidus.sil.be.unit.iUnitIO fUnitIO

fSystemRefs

private final String[] fSystemRefs
Constructor Detail

cUnitFamilyIO.cUnitIO

cUnitFamilyIO.cUnitIO(nitidus.sil.be.unit.iUnitIO unit,
                      String[] systems)
Method Detail

getConversionCoefficient

public double getConversionCoefficient()
Specified by:
getConversionCoefficient in interface nitidus.sil.be.unit.iUnitIO
See Also:
iUnitIO

getConversionConstant

public double getConversionConstant()
Specified by:
getConversionConstant in interface nitidus.sil.be.unit.iUnitIO
See Also:
iUnitIO

getSystemRef

public String[] getSystemRef()
Specified by:
getSystemRef in interface nitidus.sil.be.unit.iUnitIO
See Also:
iUnitIO

getLocalizedNames

public nitidus.sil.be.core.iLocalizedStringIO[] getLocalizedNames()
Specified by:
getLocalizedNames in interface nitidus.sil.be.unit.iUnitEntryIO
See Also:
iUnitEntryIO

getDescription

public String getDescription()
Specified by:
getDescription in interface nitidus.sil.be.unit.iUnitEntryIO
See Also:
iUnitEntryIO

getID

public String getID()
Specified by:
getID in interface nitidus.sil.be.core.iEntryIO
See Also:
iEntryIO

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface nitidus.sil.be.core.iRecordIO
See Also:
iRecordIO

isNew

public boolean isNew()
Specified by:
isNew in interface nitidus.sil.be.core.iRecordIO
See Also:
iRecordIO

isModified

public boolean isModified()
Specified by:
isModified in interface nitidus.sil.be.core.iRecordIO
See Also:
iRecordIO

isDeleted

public boolean isDeleted()
Specified by:
isDeleted in interface nitidus.sil.be.core.iRecordIO
See Also:
iRecordIO