Uses of Class
com.avoka.fc.core.entity.JobComment
-
Packages that use JobComment Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of JobComment in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobComment Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<JobComment>>
_JobComment. CHILDREN
Provides the 'CHILDREN' property.static org.apache.cayenne.exp.Property<List<JobComment>>
_Job. COMMENTS
Provides the 'COMMENTS' property.static org.apache.cayenne.exp.Property<List<JobComment>>
_UserAccount. JOB_COMMENTS
Provides the 'JOB_COMMENTS' property.static org.apache.cayenne.exp.Property<JobComment>
_JobComment. PARENT
Provides the 'PARENT' property.Methods in com.avoka.fc.core.entity.auto that return JobComment Modifier and Type Method Description JobComment
_JobComment. getParent()
Return the Parent.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobComment Modifier and Type Method Description List<JobComment>
_JobComment. getChildren()
Return the Children.List<JobComment>
_Job. getComments()
Return the Comments.List<JobComment>
_UserAccount. getJobComments()
Return the JobComments.Methods in com.avoka.fc.core.entity.auto with parameters of type JobComment Modifier and Type Method Description void
_JobComment. addToChildren(JobComment obj)
Add the Children object.void
_Job. addToComments(JobComment obj)
Add the Comments object.void
_UserAccount. addToJobComments(JobComment obj)
Add the JobComments object.void
_JobComment. removeFromChildren(JobComment obj)
Remove the Children object.void
_Job. removeFromComments(JobComment obj)
Remove the Comments object.void
_UserAccount. removeFromJobComments(JobComment obj)
Remove the JobComments object.void
_JobComment. setParent(JobComment parent)
Set the Parent. -
Uses of JobComment in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type JobComment Constructor Description Comment(JobComment jobComment)
Create a comment object from job comment.
-