org.nuiton.topia
Class TopiaTestQueryHelper.DepartmentProperty

java.lang.Object
  extended by org.nuiton.topia.TopiaTestQueryHelper.EntityProperty<Department>
      extended by org.nuiton.topia.TopiaTestQueryHelper.DepartmentProperty
Enclosing class:
TopiaTestQueryHelper

public static class TopiaTestQueryHelper.DepartmentProperty
extends TopiaTestQueryHelper.EntityProperty<Department>


Field Summary
 
Fields inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
alias, propertiesCache
 
Constructor Summary
protected TopiaTestQueryHelper.DepartmentProperty()
          DepartmentProperty :
 
Method Summary
 String company()
          company :
 TopiaTestQueryHelper.CompanyProperty companyProperty()
          companyProperty :
 String defaultAlias()
          defaultAlias :
 Class<Department> getEntityClass()
          getEntityClass :
 String leader()
          leader :
 TopiaTestQueryHelper.EmployeProperty leaderProperty()
          leaderProperty :
 String name()
          name :
 String product()
          product :
 
Methods inherited from class org.nuiton.topia.TopiaTestQueryHelper.EntityProperty
$alias, $property, setAlias, topiaCreateDate, topiaId, topiaVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopiaTestQueryHelper.DepartmentProperty

protected TopiaTestQueryHelper.DepartmentProperty()
DepartmentProperty :

Method Detail

getEntityClass

public Class<Department> getEntityClass()
getEntityClass :

Specified by:
getEntityClass in class TopiaTestQueryHelper.EntityProperty<Department>
Returns:
Class

defaultAlias

public String defaultAlias()
defaultAlias :

Specified by:
defaultAlias in class TopiaTestQueryHelper.EntityProperty<Department>
Returns:
String

name

public String name()
name :

Returns:
String

leader

public String leader()
leader :

Returns:
String

leaderProperty

public TopiaTestQueryHelper.EmployeProperty leaderProperty()
leaderProperty :

Returns:
EmployeProperty

company

public String company()
company :

Returns:
String

companyProperty

public TopiaTestQueryHelper.CompanyProperty companyProperty()
companyProperty :

Returns:
CompanyProperty

product

public String product()
product :

Returns:
String


Copyright © 2004-2011 CodeLutin. All Rights Reserved.