public class ReleaseIdFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
protected String |
artifactId |
protected String |
groupId |
protected String |
version |
Constructor and Description |
---|
ReleaseIdFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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) |
protected String groupId
protected String artifactId
protected String version
public String getId()
public void setId(String id)
public String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public String getVersion()
public void setVersion(String version)
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class<? extends org.kie.api.builder.ReleaseId> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.