Package org.apache.isis.applib.value

Examples of org.apache.isis.applib.value.TimeStamp


        throw new InvalidEntryException("Can't change a timestamp.");
    }

    @Override
    protected TimeStamp setDate(final Date date) {
        return new TimeStamp(date.getTime());
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.applib.value.TimeStamp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.