SEO Domain Index
Crisopeya IM
v1.0.0

net.crisopeya.product.SEO_Domain_Index_rg.db.enhancer
Class SEO_Domain_Index_rgEnhancerBak

java.lang.Object
  extended by net.crisopeya.product.SEO_Domain_Index_rg.db.enhancer.SEO_Domain_Index_rgEnhancerBak
All Implemented Interfaces:
EnhancerBak

public class SEO_Domain_Index_rgEnhancerBak
extends Object
implements EnhancerBak

Manages backup information for SEO Domain Index (external link) IM data load actions. When any SEO Domain Index (external link) IM data load action occurs, the SEO_Domain_Index_rgEnhancerBak class stores all the required backup information in a backup table. If any error occurs, users can then restore SEO Domain Index (external link) IM database information with this backup data.

DataNucleus persistence libraries are used to persist this class data to the backup databases, according to the Java Data Object 2.2 (JDO 2.1) and the Java Persistence Api 1.0 (JPA 1.0) standards.

The SEO_Domain_Index_rgEnhancerBak class compilation must be "enhanced" by DataNucleus in order to manage object persistence.

Version:
1.0.0, 01/28/09
Author:
C-SGE (crisopeya software generation engine)
See Also:
SEO_Domain_Index_rgEnhancer

Field Summary
 Date Date
          The SEO Domain Index (external link) IM Date backup field.
 URL Domain
          The SEO Domain Index (external link) IM Domain backup field.
 Integer Google_site
          The SEO Domain Index (external link) IM Google site backup field.
 Integer Google_sitemap
          The SEO Domain Index (external link) IM Google sitemap backup field.
 boolean isUpdated
          Whether the SEO Domain Index (external link) IM register has been updated during data load.
 Integer Live
          The SEO Domain Index (external link) IM Live backup field.
 Long SEO_Domain_Index_rg_Id
          The SEO Domain Index (external link) IM backup instance identifier.
 Integer Sitemap
          The SEO Domain Index (external link) IM Sitemap backup field.
 Integer Yahoo
          The SEO Domain Index (external link) IM Yahoo backup field.
 Integer Yahoo_inlinks
          The SEO Domain Index (external link) IM Yahoo inlinks backup field.
 
Constructor Summary
SEO_Domain_Index_rgEnhancerBak()
          Default constructor.
SEO_Domain_Index_rgEnhancerBak(DataModel _obj)
          Constructor to use when an existent SEO Domain Index (external link) IM register has been modified.
SEO_Domain_Index_rgEnhancerBak(Long _id)
          Constructor to use when a new SEO Domain Index (external link) IM register has been inserted.
 
Method Summary
 Date getDate()
          Gets the "SEO Domain Index (external link)" IM Date field.
 URL getDomain()
          Gets the "SEO Domain Index (external link)" IM Domain field.
 DataModel getEnhancer()
          Generates an SEO_Domain_Index_rgEnhancer object.
 Integer getGoogle_site()
          Gets the "SEO Domain Index (external link)" IM Google site field.
 Integer getGoogle_sitemap()
          Gets the "SEO Domain Index (external link)" IM Google sitemap field.
 Long getId()
          Gets the SEO Domain Index (external link) IM backup instance identifier.
 BufferedImage[] getImages()
          Gets the images in the SEO Domain Index (external link) Information Module
 Integer getLive()
          Gets the "SEO Domain Index (external link)" IM Live field.
 Integer getSitemap()
          Gets the "SEO Domain Index (external link)" IM Sitemap field.
 Integer getYahoo_inlinks()
          Gets the "SEO Domain Index (external link)" IM Yahoo inlinks field.
 Integer getYahoo()
          Gets the "SEO Domain Index (external link)" IM Yahoo field.
 void set(DataModel _object)
          Loads backup data from another SEO Domain Index (external link) IM object instance.
 void set(SEO_Domain_Index_rg _dataObj)
          Loads data from the SEO_Domain_Index_rg layer bridge class into the SEO_Domain_Index_rgEnhancerBak database layer class.
 void setDate(Date _Date)
          Sets the "SEO Domain Index (external link)" IM Date field.
 void setDomain(URL _Domain)
          Sets the "SEO Domain Index (external link)" IM Domain field.
 void setGoogle_site(Integer _Google_site)
          Sets the "SEO Domain Index (external link)" IM Google site field.
 void setGoogle_sitemap(Integer _Google_sitemap)
          Sets the "SEO Domain Index (external link)" IM Google sitemap field.
 void setId(Long _id)
          Sets the SEO Domain Index (external link) IM backup instance identifier.
 void setLive(Integer _Live)
          Sets the "SEO Domain Index (external link)" IM Live field.
 void setSitemap(Integer _Sitemap)
          Sets the "SEO Domain Index (external link)" IM Sitemap field.
 void setYahoo_inlinks(Integer _Yahoo_inlinks)
          Sets the "SEO Domain Index (external link)" IM Yahoo inlinks field.
 void setYahoo(Integer _Yahoo)
          Sets the "SEO Domain Index (external link)" IM Yahoo field.
 DataModel toDataClass()
          Loads data from this SEO_Domain_Index_rgEnhancerBak instance into the SEO_Domain_Index_rg layer bridge class to retrieve information to other application layers.
 String toString()
          Generates an string text for the SEO_Domain_Index_rgEnhancerBak object instance.
 String toString(String _delimiter)
          Generates an string text for the SEO_Domain_Index_rgEnhancer object instance using the provided delimiter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEO_Domain_Index_rg_Id

public Long SEO_Domain_Index_rg_Id
The SEO Domain Index (external link) IM backup instance identifier.

See Also:
getId(), setId(Long)

isUpdated

public boolean isUpdated
Whether the SEO Domain Index (external link) IM register has been updated during data load.

See Also:
getId(), setId(Long)

Domain

public URL Domain
The SEO Domain Index (external link) IM Domain backup field. Website domain

See Also:
getDomain(), setDomain(URL)

Date

public Date Date
The SEO Domain Index (external link) IM Date backup field. Indexed pages date

See Also:
getDate(), setDate(Date)

Sitemap

public Integer Sitemap
The SEO Domain Index (external link) IM Sitemap backup field. Number of locations on the submited XML sitemap

See Also:
getSitemap(), setSitemap(Integer)

Google_sitemap

public Integer Google_sitemap
The SEO Domain Index (external link) IM Google sitemap backup field. Number of Google indexed pages according to the webmaster tools sitemap

See Also:
getGoogle_sitemap(), setGoogle_sitemap(Integer)

Google_site

public Integer Google_site
The SEO Domain Index (external link) IM Google site backup field. Number of Google indexed pages according to the site search

See Also:
getGoogle_site(), setGoogle_site(Integer)

Yahoo

public Integer Yahoo
The SEO Domain Index (external link) IM Yahoo backup field. Number of Yahoo indexed pages

See Also:
getYahoo(), setYahoo(Integer)

Yahoo_inlinks

public Integer Yahoo_inlinks
The SEO Domain Index (external link) IM Yahoo inlinks backup field. Number of Yahoo inlinks

See Also:
getYahoo_inlinks(), setYahoo_inlinks(Integer)

Live

public Integer Live
The SEO Domain Index (external link) IM Live backup field. Number of Live indexed pages

See Also:
getLive(), setLive(Integer)
Constructor Detail

SEO_Domain_Index_rgEnhancerBak

public SEO_Domain_Index_rgEnhancerBak(Long _id)
Constructor to use when a new SEO Domain Index (external link) IM register has been inserted. To undo this action, only the Id needs to be stored in order to remove the new register from the SEO Domain Index (external link) IM database.

Parameters:
_id - The new "SEO Domain Index" IM register identifier

SEO_Domain_Index_rgEnhancerBak

public SEO_Domain_Index_rgEnhancerBak(DataModel _obj)
Constructor to use when an existent SEO Domain Index (external link) IM register has been modified. To undo this action, all the register previous information needs to be stored in order to restore those previous values in the SEO Domain Index (external link) IM database.

Parameters:
_obj - The "SEO Domain Index" IM previous register information

SEO_Domain_Index_rgEnhancerBak

public SEO_Domain_Index_rgEnhancerBak()
Default constructor.

Method Detail

getDomain

public URL getDomain()
Gets the "SEO Domain Index (external link)" IM Domain field.

Returns:
The field value
See Also:
Domain

setDomain

public void setDomain(URL _Domain)
Sets the "SEO Domain Index (external link)" IM Domain field.

Parameters:
_Domain - The field value
See Also:
Domain

getDate

public Date getDate()
Gets the "SEO Domain Index (external link)" IM Date field.

Returns:
The field value
See Also:
Date

setDate

public void setDate(Date _Date)
Sets the "SEO Domain Index (external link)" IM Date field.

Parameters:
_Date - The field value
See Also:
Date

getSitemap

public Integer getSitemap()
Gets the "SEO Domain Index (external link)" IM Sitemap field.

Returns:
The field value
See Also:
Sitemap

setSitemap

public void setSitemap(Integer _Sitemap)
Sets the "SEO Domain Index (external link)" IM Sitemap field.

Parameters:
_Sitemap - The field value
See Also:
Sitemap

getGoogle_sitemap

public Integer getGoogle_sitemap()
Gets the "SEO Domain Index (external link)" IM Google sitemap field.

Returns:
The field value
See Also:
Google_sitemap

setGoogle_sitemap

public void setGoogle_sitemap(Integer _Google_sitemap)
Sets the "SEO Domain Index (external link)" IM Google sitemap field.

Parameters:
_Google_sitemap - The field value
See Also:
Google_sitemap

getGoogle_site

public Integer getGoogle_site()
Gets the "SEO Domain Index (external link)" IM Google site field.

Returns:
The field value
See Also:
Google_site

setGoogle_site

public void setGoogle_site(Integer _Google_site)
Sets the "SEO Domain Index (external link)" IM Google site field.

Parameters:
_Google_site - The field value
See Also:
Google_site

getYahoo

public Integer getYahoo()
Gets the "SEO Domain Index (external link)" IM Yahoo field.

Returns:
The field value
See Also:
Yahoo

setYahoo

public void setYahoo(Integer _Yahoo)
Sets the "SEO Domain Index (external link)" IM Yahoo field.

Parameters:
_Yahoo - The field value
See Also:
Yahoo

getYahoo_inlinks

public Integer getYahoo_inlinks()
Gets the "SEO Domain Index (external link)" IM Yahoo inlinks field.

Returns:
The field value
See Also:
Yahoo_inlinks

setYahoo_inlinks

public void setYahoo_inlinks(Integer _Yahoo_inlinks)
Sets the "SEO Domain Index (external link)" IM Yahoo inlinks field.

Parameters:
_Yahoo_inlinks - The field value
See Also:
Yahoo_inlinks

getLive

public Integer getLive()
Gets the "SEO Domain Index (external link)" IM Live field.

Returns:
The field value
See Also:
Live

setLive

public void setLive(Integer _Live)
Sets the "SEO Domain Index (external link)" IM Live field.

Parameters:
_Live - The field value
See Also:
Live

getId

public Long getId()
Gets the SEO Domain Index (external link) IM backup instance identifier.

Specified by:
getId in interface EnhancerBak
Returns:
The identifier
See Also:
SEO_Domain_Index_rg_Id

setId

public void setId(Long _id)
Sets the SEO Domain Index (external link) IM backup instance identifier.

Parameters:
_id - The identifier
See Also:
SEO_Domain_Index_rg_Id

set

public void set(DataModel _object)
Loads backup data from another SEO Domain Index (external link) IM object instance.

Parameters:
_object - Another "SEO Domain Index" IM object instance

set

public void set(SEO_Domain_Index_rg _dataObj)
Loads data from the SEO_Domain_Index_rg layer bridge class into the SEO_Domain_Index_rgEnhancerBak database layer class.

Parameters:
_dataObj - The "SEO Domain Index" IM bridge object instance.
See Also:
SEO_Domain_Index_rg

toDataClass

public DataModel toDataClass()
Loads data from this SEO_Domain_Index_rgEnhancerBak instance into the SEO_Domain_Index_rg layer bridge class to retrieve information to other application layers.

Returns:
The "SEO Domain Index" IM bridge class instance
See Also:
SEO_Domain_Index_rg

getEnhancer

public DataModel getEnhancer()
Generates an SEO_Domain_Index_rgEnhancer object.

Specified by:
getEnhancer in interface EnhancerBak
Returns:
The "SEO Domain Index" IM bridge class instance
See Also:
SEO_Domain_Index_rgEnhancer

toString

public String toString()
Generates an string text for the SEO_Domain_Index_rgEnhancerBak object instance.

Overrides:
toString in class Object
Returns:
The string text for the object instance
See Also:
toString(String)

toString

public String toString(String _delimiter)
Generates an string text for the SEO_Domain_Index_rgEnhancer object instance using the provided delimiter. It can be used by the export functionality to generate a "comma separated values" export file (using the provided delimiter).

Parameters:
_delimiter - The fields delimiter
Returns:
The string text for the object instance using this delimiter

getImages

public BufferedImage[] getImages()
Gets the images in the SEO Domain Index (external link) Information Module

Returns:
The "SEO Domain Index" IM images

SEO Domain Index
Crisopeya IM
v1.0.0

This software application has been automatically built and generated by the Crisopeya Technology. It has been freely shared and contributed to the Crisopeya Software 2.0 Community Software Catalog by one of its users.

You can download this application from the Crisopeya Software 2.0 Community Software Catalog.
You can join the Crisopeya community and build and share your own software applications.

© 2004-2009 Crisopeya Team at Business Excellence by Information Technologies SL (BE I.T.)