org.sourcejammer.project.controller
Class LabelVersionMappingBean

java.lang.Object
  |
  +--org.sourcejammer.project.controller.LabelVersionMappingBean

public class LabelVersionMappingBean
extends java.lang.Object

Identifies on version of one file in a labeled version.


Field Summary
(package private)  int miVersionNumber
           
(package private)  long mlFileUniqueID
           
(package private)  long mlVersionUniqueID
           
(package private)  java.lang.String msFullPathToFile
           
 
Constructor Summary
LabelVersionMappingBean()
           
 
Method Summary
 long getFileUniqueID()
           
 java.lang.String getFullPathToFile()
           
 int getVersionNumber()
           
 long getVersionUniqueID()
           
 void setFileUniqueID(long l)
           
 void setFullPathToFile(java.lang.String s)
           
 void setVersionNumber(int i)
           
 void setVersionUniqueID(long l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msFullPathToFile

java.lang.String msFullPathToFile

miVersionNumber

int miVersionNumber

mlVersionUniqueID

long mlVersionUniqueID

mlFileUniqueID

long mlFileUniqueID
Constructor Detail

LabelVersionMappingBean

public LabelVersionMappingBean()
Method Detail

setFullPathToFile

public void setFullPathToFile(java.lang.String s)

getFullPathToFile

public java.lang.String getFullPathToFile()

setVersionNumber

public void setVersionNumber(int i)

getVersionNumber

public int getVersionNumber()

setVersionUniqueID

public void setVersionUniqueID(long l)

getVersionUniqueID

public long getVersionUniqueID()

setFileUniqueID

public void setFileUniqueID(long l)

getFileUniqueID

public long getFileUniqueID()


Copyright © 2003 Soucejammer project.