Class OpNote
- java.lang.Object
-
- de.adorsys.ledgers.postings.db.domain.OpNote
-
@Entity public class OpNote extends Object
-
-
Constructor Detail
-
OpNote
public OpNote()
-
OpNote
public OpNote(String id, String recId, String type, String content, LocalDateTime recTime, LocalDateTime execTime, Boolean prematureExc, Boolean repeatedExec, String execStatus)
-
-