org.jfrog.build.api
Class BaseBuildBean

java.lang.Object
  extended by org.jfrog.build.api.BaseBuildBean
All Implemented Interfaces:
java.io.Serializable, BuildBean
Direct Known Subclasses:
BaseBuildFileBean, Build, Module

public abstract class BaseBuildBean
extends java.lang.Object
implements BuildBean

The main implementation of all the Build-API beans

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jfrog.build.api.BuildBean
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT
 
Constructor Summary
BaseBuildBean()
           
 
Method Summary
 java.util.Properties getProperties()
          Returns the properties of the bean
 void setProperties(java.util.Properties properties)
          Sets the properties of the bean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseBuildBean

public BaseBuildBean()
Method Detail

getProperties

public java.util.Properties getProperties()
Description copied from interface: BuildBean
Returns the properties of the bean

Specified by:
getProperties in interface BuildBean
Returns:
Bean properties

setProperties

public void setProperties(java.util.Properties properties)
Description copied from interface: BuildBean
Sets the properties of the bean

Specified by:
setProperties in interface BuildBean
Parameters:
properties - Bean properties