com.ibm.di.entry
Interface EntryInterface


public interface EntryInterface


Method Summary
 Attribute getAttribute(Object p1)
           
 String[] getAttributeNames()
           
 String getString(Object p1)
           
 void removeAttribute(Object p1)
           
 void setAttribute(AttributeInterface p1)
           
 void setAttribute(Object p1, Object p2)
           
 int size()
           
 

Method Detail

setAttribute

void setAttribute(AttributeInterface p1)

setAttribute

void setAttribute(Object p1,
                  Object p2)

getAttribute

Attribute getAttribute(Object p1)

getAttributeNames

String[] getAttributeNames()

getString

String getString(Object p1)

size

int size()

removeAttribute

void removeAttribute(Object p1)