de.deepamehta.plugins.contacts.migrations
Class Migration2.Entry

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.contacts.migrations.Migration2.Entry
Enclosing class:
Migration2

private class Migration2.Entry
extends Object


Field Summary
private  long labelId
           
private  long objectId
           
private  Topic parent
           
private  Topic topic
           
 
Constructor Summary
private Migration2.Entry(Topic topic, Topic parent, long labelId, long objectId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topic

private Topic topic

parent

private Topic parent

labelId

private long labelId

objectId

private long objectId
Constructor Detail

Migration2.Entry

private Migration2.Entry(Topic topic,
                         Topic parent,
                         long labelId,
                         long objectId)


Copyright © 2015. All Rights Reserved.