@Entity
public class License
extends com.whitestein.lsps.common.AbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
DELETE_BY_ID |
static String |
QUERY_FIND_ALL |
static String |
QUERY_FIND_ALL_VALID |
Modifier | Constructor and Description |
---|---|
protected |
License() |
|
License(Date validFrom,
Date validTo,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
Date |
getValidFrom() |
Date |
getValidTo() |
public static final String QUERY_FIND_ALL
public static final String QUERY_FIND_ALL_VALID
public static final String DELETE_BY_ID
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.