org.musicontroller.core
Class AIBag

java.lang.Object
  extended by org.musicontroller.core.AIBag

public class AIBag
extends java.lang.Object

Author:
Varienaja

Field Summary
static java.util.List<AIBag> aibags
           
 
Constructor Summary
AIBag()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Implement equality test on artist-instrument bags.
 long getId()
           
 java.util.List<AIRelation> getRelations()
           
 int hashCode()
           
 void setId(long id)
           
 void setRelations(java.util.List<AIRelation> relations)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aibags

public static java.util.List<AIBag> aibags
Constructor Detail

AIBag

public AIBag()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getRelations

public java.util.List<AIRelation> getRelations()

setRelations

public void setRelations(java.util.List<AIRelation> relations)

equals

public boolean equals(java.lang.Object other)
Implement equality test on artist-instrument bags. Two bags are equal if they contain the same set of artist instrument relations.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010 A.J.V.. All Rights Reserved.