canguru.descriptor
Class IntegerType

java.lang.Object
  |
  +--canguru.descriptor.AttributeType
        |
        +--canguru.descriptor.IntegerType

class IntegerType
extends AttributeType

Representa um atributo integer na aplicação Java e no banco, fornecendo informações para a conversão entre eles.

As seguintes definições são utlizadas para esse tipo:


Field Summary
 
Fields inherited from class canguru.descriptor.AttributeType
 
Constructor Summary
(package private) IntegerType()
          Constrói o tipo IntegerType, definindo: javaType: Integer - classe que representa o tipo de um atributo na aplicação Java databaseTipe: INTEGER - tipo a ser armazenado no banco de dados hasId: o id do atributo não precisa ser salvo para reestabelecer a referência na recuperação do elemento hasValue: o valor do atributo precisa ser salvo para realização de pesquisas futuras
 
Methods inherited from class canguru.descriptor.AttributeType
getDatabaseType, getDatabaseValue, getJavaType, getJdbcType, hasId, hasValue, setDatabaseType, setHasId, setHasValue, setJavaType, setJdbcType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerType

IntegerType()
Constrói o tipo IntegerType, definindo: