com.northconcepts.datapipeline.core
Class FieldDeclarations

java.lang.Object
  extended by com.northconcepts.datapipeline.core.FieldDeclarations
All Implemented Interfaces:
Cloneable

public class FieldDeclarations
extends Object
implements Cloneable


Constructor Summary
FieldDeclarations()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 Class<?> get(String fieldName)
           
 int getCount()
           
 HashMap<String,Class<?>> getFields()
           
 int hashCode()
           
 FieldDeclarations set(String fieldName, Class<?> type)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDeclarations

public FieldDeclarations()
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

set

public FieldDeclarations set(String fieldName,
                             Class<?> type)

getCount

public int getCount()

get

public Class<?> get(String fieldName)

getFields

public HashMap<String,Class<?>> getFields()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.