public class FloridaSunnyOrangeFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
FloridaSunnyOrangeFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
Double |
getRadius() |
Integer |
getSegments() |
boolean |
isSingleton() |
void |
setRadius(Double radius) |
void |
setSegments(Integer segments) |
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public Double getRadius()
public void setRadius(Double radius)
public Integer getSegments()
public void setSegments(Integer segments)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.