
org.ikasan.business.stream.metadata.model.IntegratedSystem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-solr-client Show documentation
Show all versions of ikasan-solr-client Show documentation
Ikasan EIP Solr Client Abstraction
The newest version!
package org.ikasan.business.stream.metadata.model;
public class IntegratedSystem
{
private String id;
private String name;
private Integer x;
private Integer y;
private String image;
private Integer size;
public String getId()
{
return id;
}
public void setId(String id)
{
this.id = id;
}
public String getName()
{
return name;
}
public void setName(String name)
{
this.name = name;
}
public Integer getX()
{
return x;
}
public void setX(Integer x)
{
this.x = x;
}
public Integer getY()
{
return y;
}
public void setY(Integer y)
{
this.y = y;
}
public String getImage() {
return image;
}
public void setImage(String image) {
this.image = image;
}
public Integer getSize() {
return size;
}
public void setSize(Integer size) {
this.size = size;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy