BatchInfo
Contract that contains the available batch status data.
User ID to which batch is assigned to.
Batch artifact ID.
Batch name.
Batch status converted from StatusCodeArtifactID to static value.
True if user can checkin batch false otherwise. Checking can be done as "pending" or "complete".
True if user can checkout batch for other user false otherwise.
True if user can checkout batch for self false otherwise.
True if user can reassign batch to other user. False otherwise.
True if user can reassign batch to self. False otherwise.
True if user has checked out other batch. False otherwise.
public BatchInfo()