Kie :: Spring 6.0.0.CR3

org.kie.spring.factorybeans
Class ReleaseIdFactoryBean

java.lang.Object
  extended by org.kie.spring.factorybeans.ReleaseIdFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class ReleaseIdFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean


Field Summary
protected  String artifactId
           
protected  String groupId
           
protected  String version
           
 
Constructor Summary
ReleaseIdFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getArtifactId()
           
 String getGroupId()
           
 String getId()
           
 Object getObject()
           
 Class<? extends org.kie.api.builder.ReleaseId> getObjectType()
           
 String getVersion()
           
 boolean isSingleton()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 void setId(String id)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupId

protected String groupId

artifactId

protected String artifactId

version

protected String version
Constructor Detail

ReleaseIdFactoryBean

public ReleaseIdFactoryBean()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class<? extends org.kie.api.builder.ReleaseId> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

Kie :: Spring 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.