bucket.core.persistence.hibernate
Class MappingResources

java.lang.Object
  extended by bucket.core.persistence.hibernate.MappingResources

public class MappingResources
extends java.lang.Object

Author:
ROSS To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
MappingResources()
           
 
Method Summary
 void addMapping(java.lang.String mapping)
           
 java.util.List getMappings()
           
 java.lang.String[] getMappingsAsArray()
           
 void setMappings(java.util.List mappings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingResources

public MappingResources()
Method Detail

setMappings

public void setMappings(java.util.List mappings)

addMapping

public void addMapping(java.lang.String mapping)

getMappings

public java.util.List getMappings()

getMappingsAsArray

public java.lang.String[] getMappingsAsArray()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.