com.hack23.cia.model.internal.application.system.impl
Class DomainPortal

Package class diagram package DomainPortal
java.lang.Object
  extended by com.hack23.cia.model.internal.application.system.impl.Portal
      extended by 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

Field Summary
protected  String domain
           
 
Fields inherited from class com.hack23.cia.model.internal.application.system.impl.Portal
description, googleMapApiKey, hjid, modelObjectId, modelObjectVersion, name, type
 
Constructor Summary
DomainPortal()
           
 
Method Summary
 boolean equals(Object object)
           
 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)
           
 String getDomain()
          Gets the value of the domain property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDomain(String value)
          Sets the value of the domain property.
 DomainPortal withDescription(String value)
           
 DomainPortal withDomain(String value)
           
 DomainPortal withGoogleMapApiKey(String value)
           
 DomainPortal withModelObjectId(Integer value)
           
 DomainPortal withModelObjectVersion(Integer value)
           
 DomainPortal withName(String value)
           
 DomainPortal withType(PortalType value)
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected String domain
Constructor Detail

DomainPortal

public DomainPortal()
Method Detail

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.