Package org.openiam.idm.srvc.loc.dto
Class Location
- java.lang.Object
-
- org.openiam.base.BaseObject
-
- org.openiam.base.KeyDTO
-
- org.openiam.base.KeyNameDTO
-
- org.openiam.idm.srvc.loc.dto.Location
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
public class Location extends KeyNameDTO
Domain object representing a location- Author:
- Suneet Shah
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
active
protected String
address1
protected String
address2
protected String
address3
protected String
bldgNum
protected String
city
protected String
country
protected String
description
protected String
internalLocationId
protected String
organizationId
protected String
postalCd
protected static long
serialVersionUID
protected String
state
protected String
streetDirection
-
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
-
-
Constructor Summary
Constructors Constructor Description Location()
-
Method Summary
-
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
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
description
protected String description
-
country
protected String country
-
bldgNum
protected String bldgNum
-
streetDirection
protected String streetDirection
-
address1
protected String address1
-
address2
protected String address2
-
address3
protected String address3
-
city
protected String city
-
state
protected String state
-
postalCd
protected String postalCd
-
organizationId
protected String organizationId
-
active
protected boolean active
-
internalLocationId
protected String internalLocationId
-
-