Package org.candlepin.gutterball.model.snapshot

Examples of org.candlepin.gutterball.model.snapshot.Owner


        }
        return new Compliance(statusDate, consumerSnap, statusSnap);
    }

    public static Owner createOwnerSnapshot(String key, String displayName) {
        return new Owner(key, displayName);
    }
View Full Code Here

TOP

Related Classes of org.candlepin.gutterball.model.snapshot.Owner

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.