Class UIDTransImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.w2ml.UIDTransImpl
-
- All Implemented Interfaces:
UIDTrans,java.io.Serializable
public class UIDTransImpl extends java.lang.Object implements java.io.Serializable, UIDTrans
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIDTransImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCometgroup()intgetFrame()voidsetCometgroup(int cometgroup)voidsetFrame(int frame)
-
-
-
Method Detail
-
getCometgroup
public int getCometgroup()
- Specified by:
getCometgroupin interfaceUIDTrans- Returns:
- the cometgroup
-
setCometgroup
public void setCometgroup(int cometgroup)
- Specified by:
setCometgroupin interfaceUIDTrans- Parameters:
cometgroup- the cometgroup to set
-
-