org.apache.maven.plugins.changes.model
Class Component

java.lang.Object
  extended by org.apache.maven.plugins.changes.model.Component
All Implemented Interfaces:
Serializable

public class Component
extends Object
implements Serializable

A component as a part of current release.

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

Constructor Summary
Component()
           
 
Method Summary
 void addAction(Action action)
          Method addAction.
 List<Action> getActions()
          Method getActions.
 String getDescription()
          Get the component description.
 String getName()
          Get the component name.
 void removeAction(Action action)
          Method removeAction.
 void setActions(List<Action> actions)
          Set the list of actions for this component.
 void setDescription(String description)
          Set the component description.
 void setName(String name)
          Set the component name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

addAction

public void addAction(Action action)
Method addAction.

Parameters:
action -

getActions

public List<Action> getActions()
Method getActions.

Returns:
List

getDescription

public String getDescription()
Get the component description.

Returns:
String

getName

public String getName()
Get the component name.

Returns:
String

removeAction

public void removeAction(Action action)
Method removeAction.

Parameters:
action -

setActions

public void setActions(List<Action> actions)
Set the list of actions for this component.

Parameters:
actions -

setDescription

public void setDescription(String description)
Set the component description.

Parameters:
description -

setName

public void setName(String name)
Set the component name.

Parameters:
name -


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