public class CallDetailNoteItem extends CallDetailItem
item| Constructor and Description |
|---|
CallDetailNoteItem(com.ptc.pfc.pfcDetail.DetailNoteItem detailNoteItem) |
| Modifier and Type | Method and Description |
|---|---|
com.ptc.pfc.pfcDetail.DetailNoteItem |
getDetailItem() |
CallDetailNoteInstructions |
getInstructions(boolean giveParametersAsNames) |
void |
modify(CallDetailNoteInstructions instructions) |
void |
remove() |
void |
show() |
create, delete, getTypepublic CallDetailNoteItem(com.ptc.pfc.pfcDetail.DetailNoteItem detailNoteItem)
public CallDetailNoteInstructions getInstructions(boolean giveParametersAsNames) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void modify(CallDetailNoteInstructions instructions) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void remove()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void show()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.DetailNoteItem getDetailItem()
getDetailItem in class CallDetailItem