com.hack23.cia.model.internal.application.system.impl
Class DomainPortal
java.lang.Object
com.hack23.cia.model.internal.application.system.impl.Portal
com.hack23.cia.model.internal.application.system.impl.DomainPortal
- All Implemented Interfaces:
- ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
@Entity(name="DomainPortal")
public class DomainPortal
- extends Portal
- implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for DomainPortal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainPortal">
<complexContent>
<extension base="{http://system.application.internal.model.cia.hack23.com/impl}Portal">
<sequence>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class com.hack23.cia.model.internal.application.system.impl.Portal |
getDescription, getGoogleMapApiKey, getHjid, getModelObjectId, getModelObjectVersion, getName, getType, setDescription, setGoogleMapApiKey, setHjid, setModelObjectId, setModelObjectVersion, setName, setType |
domain
protected String domain
DomainPortal
public DomainPortal()
getDomain
public String getDomain()
- Gets the value of the domain property.
- Returns:
- possible object is
String
setDomain
public void setDomain(String value)
- Sets the value of the domain property.
- Parameters:
value
- allowed object is
String
withDomain
public DomainPortal withDomain(String value)
withModelObjectId
public DomainPortal withModelObjectId(Integer value)
- Overrides:
withModelObjectId
in class Portal
withModelObjectVersion
public DomainPortal withModelObjectVersion(Integer value)
- Overrides:
withModelObjectVersion
in class Portal
withName
public DomainPortal withName(String value)
- Overrides:
withName
in class Portal
withType
public DomainPortal withType(PortalType value)
- Overrides:
withType
in class Portal
withDescription
public DomainPortal withDescription(String value)
- Overrides:
withDescription
in class Portal
withGoogleMapApiKey
public DomainPortal withGoogleMapApiKey(String value)
- Overrides:
withGoogleMapApiKey
in class Portal
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in class Portal
equals
public boolean equals(Object object)
- Overrides:
equals
in class Portal
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in class Portal
hashCode
public int hashCode()
- Overrides:
hashCode
in class Portal
Copyright © 2008-2011 www.hack23.com. All Rights Reserved.