org.apache.maven.plugin.descriptor.model
Class Requirement

java.lang.Object
  extended by org.apache.maven.plugin.descriptor.model.Requirement
All Implemented Interfaces:
Serializable

public class Requirement
extends Object
implements Serializable

Class Requirement.

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

Constructor Summary
Requirement()
           
 
Method Summary
 String getFieldName()
          Get the fieldName field.
 String getRole()
          Get the role field.
 String getRoleHint()
          Get the roleHint field.
 void setFieldName(String fieldName)
          Set the fieldName field.
 void setRole(String role)
          Set the role field.
 void setRoleHint(String roleHint)
          Set the roleHint field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Requirement

public Requirement()
Method Detail

getFieldName

public String getFieldName()
Get the fieldName field.

Returns:
String

getRole

public String getRole()
Get the role field.

Returns:
String

getRoleHint

public String getRoleHint()
Get the roleHint field.

Returns:
String

setFieldName

public void setFieldName(String fieldName)
Set the fieldName field.

Parameters:
fieldName -

setRole

public void setRole(String role)
Set the role field.

Parameters:
role -

setRoleHint

public void setRoleHint(String roleHint)
Set the roleHint field.

Parameters:
roleHint -


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.