Package eu.de4a.iem.model
Class BusinessPojo
- java.lang.Object
-
- eu.de4a.iem.model.BusinessPojo
-
@Immutable public class BusinessPojo extends Object
Represents a "Business"- Author:
- Philip Helger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusinessPojo.BuilderA builder for this class
-
Constructor Summary
Constructors Constructor Description BusinessPojo(String sLegalID, String sLegalIDSchemeID, String sID, String sIDSchemeID, String sLegalName, AddressPojo aAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BusinessPojo.Builderbuilder()booleanequals(Object o)AddressPojogetAddress()StringgetID()StringgetIDSchemeID()StringgetLegalID()StringgetLegalIDSchemeID()StringgetLegalName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getLegalID
@Nullable public final String getLegalID()
-
getLegalIDSchemeID
@Nullable public final String getLegalIDSchemeID()
-
getID
@Nullable public final String getID()
-
getIDSchemeID
@Nullable public final String getIDSchemeID()
-
getLegalName
@Nullable public final String getLegalName()
-
getAddress
@Nullable public final AddressPojo getAddress()
-
builder
@Nonnull public static BusinessPojo.Builder builder()
-
-