SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

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.


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
 

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()

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan