Class Address
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.base.AbstractMetadataTypeDTO
-
- org.openiam.idm.srvc.continfo.dto.AbstractContactInfoDTO
-
- org.openiam.idm.srvc.continfo.dto.Address
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
,ProvisionObject
,ProvisionOperationAware
public class Address extends AbstractContactInfoDTO implements ProvisionObject
Address transfer object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
address1
protected String
address2
protected String
address3
protected String
address4
protected String
address5
protected String
address6
protected String
address7
protected String
bldgNumber
protected String
city
protected String
country
protected String
description
protected String
postalCd
protected String
state
protected String
streetDirection
protected String
suite
-
Fields inherited from class org.openiam.base.AbstractMetadataTypeDTO
mdGrouping, mdTypeId, metadataTypeName
-
Fields inherited from class org.openiam.base.KeyNameDTO
name_
-
Fields inherited from class org.openiam.base.BaseObject
DELETE, NEW, objectState, requestClientIP, requestorLogin, requestorSessionID, requestorUserId, UPDATE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddressString()
ProvisioningObjectType
getObjectType()
-
Methods inherited from class org.openiam.base.KeyNameDTO
equals, getName, hashCode, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
Methods inherited from interface org.openiam.provision.dto.ProvisionObject
getId, setId
-
Methods inherited from interface org.openiam.provision.dto.ProvisionOperationAware
getOperation
-
-
-
-
Field Detail
-
bldgNumber
protected String bldgNumber
-
streetDirection
protected String streetDirection
-
suite
protected String suite
-
address1
protected String address1
-
address2
protected String address2
-
address3
protected String address3
-
address4
protected String address4
-
address5
protected String address5
-
address6
protected String address6
-
address7
protected String address7
-
city
protected String city
-
country
protected String country
-
description
protected String description
-
postalCd
protected String postalCd
-
state
protected String state
-
-
Constructor Detail
-
Address
public Address(String addressId)
minimal constructor
-
-
Method Detail
-
getObjectType
public ProvisioningObjectType getObjectType()
- Specified by:
getObjectType
in interfaceProvisionObject
-
getAddressString
public String getAddressString()
-
-