Arquillian Persistence Extension Implementation 1.0.0.Alpha2

org.jboss.arquillian.persistence.data
Class DataSetDescriptor

java.lang.Object
  extended by org.jboss.arquillian.persistence.data.DataSetDescriptor

public class DataSetDescriptor
extends Object

Contains information about the file - it's name and format.

Author:
Bartosz Majsak

Constructor Summary
DataSetDescriptor(String fileLocation, Format format)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFileLocation()
           
 Format getFormat()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSetDescriptor

public DataSetDescriptor(String fileLocation,
                         Format format)
Method Detail

getFileLocation

public String getFileLocation()

getFormat

public Format getFormat()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Arquillian Persistence Extension Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.