com.pmease.quickbuild.model
Class Label

java.lang.Object
  extended bycom.pmease.quickbuild.model.Persistent
      extended bycom.pmease.quickbuild.model.Label

public class Label
extends Persistent

This class maintains labels in the system.

Author:
robin shine

Constructor Summary
Label()
           
 
Method Summary
 java.util.Set getBuildRelations()
           
 java.lang.String getName()
           
 void setBuildRelations(java.util.Set buildRelations)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.pmease.quickbuild.model.Persistent
equals, getEntityVersion, getId, hashCode, setEntityVersion, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Label

public Label()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getBuildRelations

public java.util.Set getBuildRelations()

setBuildRelations

public void setBuildRelations(java.util.Set buildRelations)


Copyright © 2005 PMEase Inc. All Rights Reserved.