org.apache.maven.model
Class Branch

java.lang.Object
  extended byorg.apache.maven.model.Branch
All Implemented Interfaces:
java.io.Serializable

public class Branch
extends java.lang.Object
implements java.io.Serializable

Class Branch.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.lang.String tag
          Field tag
 
Constructor Summary
Branch()
           
 
Method Summary
 java.lang.String getTag()
          Method getTag
 void setTag(java.lang.String tag)
          Method setTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

private java.lang.String tag
Field tag

Constructor Detail

Branch

public Branch()
Method Detail

getTag

public java.lang.String getTag()
Method getTag


setTag

public void setTag(java.lang.String tag)
Method setTag

Parameters:
tag -